Table Of Contents

Previous topic

mvpa.algorithms.cvtranserror

Next topic

mvpa.base.config

This Page

Quick search

mvpa.base

Base functionality of PyMVPA

Module Organization

mvpa.base module contains various modules which are used through out PyMVPA code, and are generic building blocks

group Basic:externals, config, verbosity, dochelpers

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

WarningLog

class mvpa.base.WarningLog(btlevels=10, btdefault=False, maxcount=1, *args, **kwargs)

Bases: mvpa.base.verbosity.OnceLogger

Logging class of messsages to be printed just once per each message

Define Warning logger.

It is defined by
btlevels : int
how many levels of backtrack to print to give a hint on WTF
btdefault : bool
if to print backtrace for all warnings at all
maxcount : int
how many times to print each warning
maxcount

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 WarningLog documentation.

Full API documentation of WarningLog in module mvpa.base.