Home | Trees | Indices | Help |
|
---|
|
|
|||
|
__init__(self,
log=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
fatal(self,
message) Handle a fatal error (likely a bug), stop program execution. |
||
|
error(self,
message) Handle a normal error (like non-existing file) that is not necessarily a bug. |
||
|
warning(self,
message,
error=1,
trace=0) Issue a warning. |
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Handle a fatal error (likely a bug), stop program execution.
|
Handle a normal error (like non-existing file) that is not necessarily a bug.
|
Issue a warning. No exception is raised.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:54 2007 | http://epydoc.sourceforge.net |