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

bundles / IPython 9.5.0 / IPython / core / application / BaseIPythonApplication / excepthook

function

IPython.core.application:BaseIPythonApplication.excepthook

source: /IPython/core/application.py :280

Signature

def   excepthook ( self etype evalue tb )

Summary

this is sys.excepthook after init_crashhandler

Extended Summary

set self.verbose_crash=True to use our full crashhandler, instead of a regular traceback with a short message (crash_handler_lite)

Aliases

  • IPython.core.application.BaseIPythonApplication.excepthook