To provide the most recent news and documentation www.pymvpa.org reflects the
development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the
documentation of the previous stable 0.4 series of PyMVPA, please
visit v04.pymvpa.org.
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.