mvpa2.base.state.AttributesCollector¶
-
class
mvpa2.base.state.
AttributesCollector
(name, bases, dict)¶ Intended to collect and compose collections for any child class of ClassWithCollections
Methods
__call__
(...) <==> x(...)mro
(() -> list)return a type’s method resolution order Parameters: name : str
Name of the class
bases : iterable
Base classes
dict : dict
Attributes.
Methods
__call__
(...) <==> x(...)mro
(() -> list)return a type’s method resolution order