Go to the source code of this file.
Namespaces | |
| pyclearsilver.handle_error | |
Functions | |
| def | pyclearsilver.handle_error.checkPaths () |
| def | pyclearsilver.handle_error.dump_bug (level, etype, msg, location=None, nhdf=None) |
| def | pyclearsilver.handle_error.exceptionReason () |
| def | pyclearsilver.handle_error.exceptionString () |
| def | pyclearsilver.handle_error.handleException (msg=None, lvl=LV_ERROR, dump=1) |
| def | pyclearsilver.handle_error.handleWarning (msg="") |
Variables | |
| int | pyclearsilver.handle_error.Count = 0 |
| int | pyclearsilver.handle_error.DISABLE_DUMP = 0 |
| string | pyclearsilver.handle_error.DUMP_DIR = "/tmp/bugs" |
| int | pyclearsilver.handle_error.gErrorCount = 0 |
| string | pyclearsilver.handle_error.LV_ERROR = "LV_ERROR" |
| string | pyclearsilver.handle_error.LV_MESSAGE = "LV_MESSAGE" |
| string | pyclearsilver.handle_error.LV_WARNING = "LV_WARNING" |
| string | pyclearsilver.handle_error.Warning = "handle_error.Warning" |