To provide the most recent news and documentation www.pymvpa.org reflects the
development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the
documentation of the previous stable 0.4 series of PyMVPA, please
visit v04.pymvpa.org.
class mvpa2.base.state.IndexedCollectable(index=None, *args, **kwargs)¶
Collectable with position information specified with index
Derived classes will have specific semantics:
ConditionalAttribute: conditional storage
Parameter: attribute with validity ranges.
IndexedAttributes instances are to be automagically grouped into
corresponding collections for each class by StateCollector
metaclass, i.e. it would be done on a class creation (i.e. not per
each instance). Upon instance creation those collection templates
will be copied for the instance.