Inheritance diagram for IPython.CrashHandler:
sys.excepthook for IPython itself, leaves a detailed report on disk.
Customizable crash handlers for IPython-based systems.
Instances of this class provide a __call__ method which can be used as a sys.excepthook, i.e., the __call__ signature is:
def __call__(self,etype, evalue, etb)
New crash handler.
Inputs:
for internal information.
to be saved in. These reports are left in the ipython user directory as determined by the running IPython instance.
Optional inputs:
traceback on stderr, only generate the on-disk report
Non-argument instance attributes:
These instances contain some non-argument attributes which allow for further customization of the crash handler’s behavior. Please see the source for further details.
Return a string containing a crash report.
Bases: IPython.CrashHandler.CrashHandler
sys.excepthook for IPython itself, leaves a detailed report on disk.
Return a string containing a crash report.