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

bundles / IPython 9.5.0 / IPython / core / debugger / BdbQuit_excepthook

function

IPython.core.debugger:BdbQuit_excepthook

source: /IPython/core/debugger.py :178

Signature

def   BdbQuit_excepthook ( et ev tb excepthook = None )

Summary

Exception hook which handles BdbQuit exceptions.

Extended Summary

All other exceptions are processed using the excepthook parameter.

Aliases

  • IPython.core.debugger.BdbQuit_excepthook