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.

mvpa2.base.verbosityΒΆ

Verbose output and debugging facility

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

Inheritance diagram of mvpa2.base.verbosity

Functions

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

Classes

DebugLogger([metrics, offsetbydepth]) Logger for debugging purposes.
LevelLogger([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.
Process(pid) Represents an OS process.
RelativeTime([format]) Simple helper class to provide relative time it took from previous
SetLogger([register, active, printsetid]) Logger which prints based on defined sets identified by Id.
TraceBack([collide]) Customized traceback to be included in debug messages

NeuroDebian

NITRC-listed