| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.AbstractIndexer --+
|
core.BaseCollectionContainer --+
|
core.CollectionContainer --+
|
HMMLayersCollection
Provides consecutive, 1-based access to all of the layers in the profile. Each profile layer contains a catalog of available states at that index, e.g.:
>>> profile.layers[i] the catalog at profile layer i >>> profile.layers[i][States.Deletion] the deletion state at index i
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Properties | |
|
Inherited from Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 22:25:19 2013 | http://epydoc.sourceforge.net |