Package mvpa :: Package misc :: Module state :: Class SampleAttributesCollection
[hide private]
[frames] | no frames]

Class SampleAttributesCollection

source code


Container for data and attributes of samples (ie data/labels/chunks/...)
Instance Methods [hide private]
 
_cls_repr(self)
Part of __repr__ for the owner object
source code

Inherited from Collection: __getattribute__, __getitem__, __init__, __repr__, __setattr__, __str__, add, get, isKnown, isSet, remove, reset, whichSet

Inherited from object: __delattr__, __format__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from Collection: items, listing, name, names, owner

Instance Variables [hide private]

Inherited from Collection (private): _items

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_cls_repr(self)

source code 
Part of __repr__ for the owner object
Returns:
list of items to be appended within __repr__ after a .join()
Overrides: Collection._cls_repr