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]
 
resetvalue(self, index, missingok=False)
Reset all parameters to default values
source code
 
isSet(self, index=None)
Returns True if state index has value set
source code
 
whichSet(self)
Return list of indexes which were set
source code

Inherited from Collection: __getattribute__, __getitem__, __init__, __setattr__, __str__, add, getvalue, isKnown, remove, reset, setvalue

Inherited from object: __delattr__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__

Class Variables [hide private]

Inherited from Collection: listing

Instance Variables [hide private]

Inherited from Collection (private): _items

Properties [hide private]

Inherited from Collection: items, names, owner

Inherited from object: __class__

Method Details [hide private]

isSet(self, index=None)

source code 
Returns True if state index has value set
Overrides: Collection.isSet
(inherited documentation)