| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
CrashService
Crash service
This service provides a middleware which catches exceptions, dumps a traceback and displays an error page.
|
|||
|
|||
| dict |
|
||
|
|||
|
|||
|
|||
|
|||
| tuple |
|
||
|
Inherited from |
|||
|
|||
__implements__ =
|
|||
_dumpdir_unicode = None
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
See Also: wtf.services.ServiceInterface.__init__ |
Determine crash dump directory status The dump count is -1 if it could not be determined.
|
See Also: wtf.services.ServiceInterface.shutdown |
|
See Also: wtf.services.ServiceInterface.middleware |
|
|
| Home | Trees | Indices | Help |
|
|---|