Table Of Contents

Previous topic

mvpa.misc.transformers

This Page

Quick search

mvpa.misc.vproperty

C++-like virtual properties

The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.misc.vproperty (for developers).

VProperty

class mvpa.misc.vproperty.VProperty(fget=None, fset=None, fdel=None, doc='')

Bases: object

Provides “virtual” property: uses derived class’s method

See also

Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the VProperty documentation.

Full API documentation of VProperty in module mvpa.misc.vproperty.