bundles / IPython 9.14.0.dev / IPython / core / crashhandler / CrashHandler / __call__
function
IPython.core.crashhandler:CrashHandler.__call__
Signature
def __call__ ( self , etype : type[BaseException] , evalue : BaseException , etb : types.TracebackType ) → None Summary
Handle an exception, call for compatible with sys.excepthook
Aliases
-
IPython.core.crashhandler.CrashHandler.__call__