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

Method _debug_post_mortem

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

Source from the content-addressed store, hash-verified

480 self._debug_exec(code, args.breakpoint)
481
482 def _debug_post_mortem(self):
483 self.shell.debugger(force=True)
484
485 def _debug_exec(self, code, breakpoint):
486 if breakpoint:

Callers 1

debugMethod · 0.95

Calls 1

debuggerMethod · 0.45

Tested by

no test coverage detected