bundles / IPython 9.10.0 / IPython / core / crashhandler / CrashHandler
class
IPython.core.crashhandler:CrashHandler
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