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

Method _debug_post_mortem

IPython/core/magics/execution.py:496–497  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

494 self._debug_exec(code, args.breakpoint, local_ns)
495
496 def _debug_post_mortem(self):
497 self.shell.debugger(force=True)
498
499 def _debug_exec(self, code, breakpoint, local_ns=None):
500 if breakpoint:

Callers 1

debugMethod · 0.95

Calls 1

debuggerMethod · 0.45

Tested by

no test coverage detected