bundles / IPython latest / IPython / core / application / BaseIPythonApplication / excepthook
function
IPython.core.application:BaseIPythonApplication.excepthook
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