mvpa2.base.collections.Collectable¶
-
class
mvpa2.base.collections.
Collectable
(value=None, name=None, doc=None)¶ Collection element.
A named single item container that allows for type, or property checks of an assigned value, and also offers utility functionality.
Parameters: value : arbitrary (see derived implementations)
The actual value of this attribute.
name : str
Name of the collectable under which it should be available in its respective collection.
doc : str
Documentation about the purpose of this collectable.
-
name
¶
-
value
¶
-