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

Method new_do_frame

IPython/core/debugger.py:316–317  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

314 self.stdout.write("\n" + self.shell.get_exception_only())
315
316 def new_do_frame(self, arg):
317 OldPdb.do_frame(self, arg)
318
319 def new_do_quit(self, arg):
320

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected