MCPcopy Create free account
hub / github.com/ipython/ipython / BdbQuit_IPython_excepthook

Function BdbQuit_IPython_excepthook

IPython/core/debugger.py:79–83  ·  view source on GitHub ↗
(self,et,ev,tb,tb_offset=None)

Source from the content-addressed store, hash-verified

77
78
79def BdbQuit_IPython_excepthook(self,et,ev,tb,tb_offset=None):
80 warnings.warn(
81 "`BdbQuit_IPython_excepthook` is deprecated since version 5.1",
82 DeprecationWarning, stacklevel=2)
83 print('Exiting Debugger.')
84
85
86class Tracer(object):

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected