mvpa2.kernels.base.ClassWithCollections

Inheritance diagram of ClassWithCollections

class mvpa2.kernels.base.ClassWithCollections(descr=None, **kwargs)

Base class for objects which contain any known collection

Classes inherited from this class gain ability to access collections and their items as simple attributes. Access to collection items “internals” is done via <collection_name> attribute and interface of a corresponding Collection.

Methods

Initialize ClassWithCollections object

Parameters:

descr : str

Description of the instance

Methods

descr

Description of the object if any

reset()