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

Class ParameterCollection

source code


Container of Parameters for a stateful object.
Instance Methods [hide private]
 
_cls_repr(self)
Part of __repr__ for the owner object
source code
 
resetvalue(self, index, missingok=False)
Reset all parameters to default values
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