mvpa2.base.configΒΆ

Registry-like monster

Inheritance diagram of mvpa2.base.config

Functions

pathjoin(a, \*p) Join two or more pathname components, inserting ‘/’ as needed.

Classes

ConfigManager([filenames]) Central configuration registry for PyMVPA.
SafeConfigParser([defaults, dict_type, ...])

Methods