Home | Trees | Indices | Help |
|
---|
|
Classes to control and store state information.
It was devised to provide conditional storage
|
|||
Collection Container of some CollectableAttributes. |
|||
ParameterCollection Container of Parameters for a stateful object. |
|||
SampleAttributesCollection Container for data and attributes of samples (ie data/labels/chunks/...) |
|||
StateCollection Container of StateVariables for a stateful object. |
|||
AttributesCollector Intended to collect and compose StateCollection for any child class of this metaclass |
|||
ClassWithCollections Base class for objects which contain any known collection |
|||
Harvestable Classes inherited from this class intend to collect attributes within internal processing. |
|
|||
|
|||
|
|
|||
_in_ipython = externals.exists('running ipython env')
|
|||
_def_sep = '`', '' [int(_in_ipython)]
|
|||
_known_collections = {'StateVariable':("states", StateCollecti
|
|||
_col2class = dict(_known_collections.values()) Mapping from collection name into Collection class |
|||
_COLLECTIONS_ORDER = ['sa', 'fa', 'dsa', 'params', 'kernel_par
|
Imports: operator, copy, TextWrapper, N, VProperty, UnknownStateError, CollectableAttribute, StateVariable, enhancedDocString, externals, debug
|
_known_collections
|
_COLLECTIONS_ORDER
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:14 2012 | http://epydoc.sourceforge.net |