| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
| counter | |
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| whatever was memorized |
|
||
|
|||
|
|||
|
|||
Imports: os, sys, traceback, threading, U
| Function Details |
Output a fatal error message and terminate. Before the error message, it summarizes all the calls to note.
|
Output a non-fatal warning. Before the warning, it summarizes all the calls to note.
|
Output useful information. Before the message, it summarizes all the calls to note.
|
Call this inside an except statement. It will report the exception and any other information it has. |
Call this inside an except statement. It will report all information and then exit. |
Output debugging information, if debug is nonzero. Before the debugging info, it prints all information given to note.
|
Exit, after dumping accumulated notes.
|
Flush out any accumulated messages. Should be called shortly before exit. Note:
This matters when |
Memorize a note, which will be output along with the next error/warning/info message. These will be printed in the form '#NOTE key = value', with value converted to a string at the time of printing. Note that only the most recent note is kept for each key.
|
Get the most recent value memorized by a call to note.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 04:25:02 2011 | http://epydoc.sourceforge.net |