| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| |||
|
|||
|
_SingletonType Simple singleton implementation adjusted from http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/412551 |
|||
| __Singleton | |||
| WarningLog | |||
|
|||
verbose = __Singleton("verbose", LevelLogger(handlers= environ
|
|||
warnings_btlevels = 10
|
|||
warnings_bt = False
|
|||
warnings_maxcount = 1
|
|||
warning = WarningLog(handlers= {False: environ.get('MVPA_WARNI
|
|||
debug = __Singleton("debug", DebugLogger(handlers= environ.get
|
|||
Imports: stdout, stderr, environ, LevelLogger, OnceLogger, Logger, DebugLogger, copy, exceptions, param, state, support, transformers, verbosity, vproperty
|
|||
verbose
|
warning
|
debug
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 3 13:06:07 2008 | http://epydoc.sourceforge.net |