mvpa2.base.stateΒΆ
Classes to control and store state information.
It was devised to provide conditional storage
Functions
Classes
AttributesCollector(name, bases, dict) |
Intended to collect and compose collections for any child |
ClassWithCollections([descr]) |
Base class for objects which contain any known collection |
Collection([items, name]) |
Container of some IndexedCollectables. |
ConditionalAttributesCollection([items, name]) |
Container of ConditionalAttributes for a stateful object. |
ParameterCollection([items, name]) |
Container of Parameters for a stateful object. |
Exceptions
AttributesCollector(name, bases, dict) |
Intended to collect and compose collections for any child |
ClassWithCollections([descr]) |
Base class for objects which contain any known collection |
Collection([items, name]) |
Container of some IndexedCollectables. |
ConditionalAttributesCollection([items, name]) |
Container of ConditionalAttributes for a stateful object. |
ParameterCollection([items, name]) |
Container of Parameters for a stateful object. |



