General purpose diagnostics manager.
|
|
__init__(self,
errmessages=None,
errorfields=None,
warnmessages=None,
warnfields=None,
errorcodes=None,
warncodes=None,
outputinfo=None,
propagate_dict=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
update(self,
d)
Update warnings and errors from another diagnostics object |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
findWarnings(self,
code)
Return time-ordered list of warnings of kind specified using a single
Generator warning code |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|