mvpa2.base.WarningLog¶
-
class
mvpa2.base.WarningLog(btlevels=10, btdefault=False, maxcount=1, *args, **kwargs)¶ Logging class of messsages to be printed just once per each message
Attributes
handlersReturn active handlers lfprevmaxcountMethods
__call__(msg[, bt])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
Attributes
handlersReturn active handlers lfprevmaxcountMethods
__call__(msg[, bt])-
maxcount¶



