This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 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.

mvpa.base.verbosityΒΆ

Verbose output and debugging facility

Examples: from verbosity import verbose, debug; debug.active = [1,2,3]; debug(1, “blah”)

Inheritance diagram of mvpa.base.verbosity

Functions

basename(p) Returns the final component of a pathname
dirname(p) Returns the directory component of a pathname
getpid getpid() -> pid
mbasename(s) Custom function to include directory name if filename is too common
parse_status([field]) Return stat information on current process.

Classes

DebugLogger(*args, **kwargs[, metrics, ...]) Logger for debugging purposes.
LevelLogger(*args, **kwargs[, level, indent]) Logger not to log anything with a level smaller than specified.
Logger([handlers]) Base class to provide logging
OnceLogger(*args, **kwargs) Logger which prints a message for a given ID just once.
RelativeTime([format]) Simple helper class to provide relative time it took from previous
SetLogger(*args, **kwargs[, register, ...]) Logger which prints based on defined sets identified by Id.
TraceBack([collide]) Customized traceback to be included in debug messages

NeuroDebian

NITRC-listed