MCPcopy Index your code
hub / github.com/ipython/ipython / do_exception

Method do_exception

IPython/core/debugger.py:537–541  ·  view source on GitHub ↗

exception [number] Alias for the ``exceptions`` command.

(self, arg)

Source from the content-addressed store, hash-verified

535 self.error("No exception with that number")
536
537 def do_exception(self, arg):
538 """exception [number]
539 Alias for the ``exceptions`` command.
540 """
541 return self.do_exceptions(arg)
542
543 def _cmdloop(self):
544 # Override to bypass Python 3.15's _maybe_use_pyrepl_as_stdin(), which

Callers

nothing calls this directly

Calls 1

do_exceptionsMethod · 0.95

Tested by

no test coverage detected