bundles / IPython 9.12.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