Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
sys.excepthook for IPython itself, leaves a detailed report on disk.
Authors:
Bases: object
Customizable crash handlers for IPython applications.
Instances of this class provide a __call__() method which can be used as a sys.excepthook. The __call__() signature is:
def __call__(self, etype, evalue, etb)
Create a new crash handler
Parameters: | app : Application
contact_name : str
contact_email : str
bug_tracker : str
show_crash_traceback : bool
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.