MCPcopy Index your code
hub / github.com/python/cpython / set_continue

Method set_continue

Lib/idlelib/debugger_r.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self.idb.set_quit()
82
83 def set_continue(self):
84 self.idb.set_continue()
85
86 def set_next(self, fid):
87 frame = frametable[fid]

Callers

nothing calls this directly

Calls 1

set_continueMethod · 0.45

Tested by

no test coverage detected