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

bundles / IPython 9.10.0 / IPython / core / crashhandler / CrashHandler / __call__

function

IPython.core.crashhandler:CrashHandler.__call__

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

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__