__init__(self,
has_struc=None,
anns=None)
(Constructor)
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
- Parameters:
has_struc (bool or NoneType) - Whether the sequence has an associated structure. May be
None while the sequence is in the process of being
added.
anns (list or NoneType) - A list of the currently shown sequence annotations for this
sequence. Only populated when AnnotationProxyModel is grouping rows by
sequence. Will be None if the rows are grouped by
annotation.
- Overrides:
object.__init__
|