You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / crashhandler / CrashHandler

class

IPython.core.crashhandler:CrashHandler

source: /IPython/core/crashhandler.py :89

Signature

class   CrashHandler ( app : Application contact_name : Optional[str] = None contact_email : Optional[str] = None bug_tracker : Optional[str] = None show_crash_traceback : bool = True call_pdb : bool = False )

Members

Summary

Customizable crash handlers for IPython applications.

Extended Summary

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)

Aliases

  • IPython.core.crashhandler.CrashHandler