This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / 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__