Package PyDSTool :: Module common :: Class Diagnostics
[hide private]
[frames] | no frames]

Class Diagnostics

source code

object --+
         |
        Diagnostics
Known Subclasses:

General purpose diagnostics manager.

Instance Methods [hide private]
 
__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
 
clearAll(self) source code
 
clearWarnings(self) source code
 
showWarnings(self) source code
 
getWarnings(self) source code
 
findWarnings(self, code)
Return time-ordered list of warnings of kind specified using a single Generator warning code
source code
 
hasWarnings(self) source code
 
hasErrors(self) source code
 
clearErrors(self) source code
 
showErrors(self) source code
 
getErrors(self) source code
 
info(self, verboselevel=0) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, errmessages=None, errorfields=None, warnmessages=None, warnfields=None, errorcodes=None, warncodes=None, outputinfo=None, propagate_dict=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)