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

Method set_continue

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

Source from the content-addressed store, hash-verified

314 return stack, i
315
316 def set_continue(self):
317 self.call("set_continue")
318
319 def set_step(self):
320 self.call("set_step")

Callers 2

contMethod · 0.45
set_continueMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected