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

Method cont

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

Source from the content-addressed store, hash-verified

314 return filename, lineno
315
316 def cont(self):
317 self.idb.set_continue()
318 self.abort_loop()
319
320 def step(self):
321 self.idb.set_step()

Callers 1

test_contMethod · 0.80

Calls 2

abort_loopMethod · 0.95
set_continueMethod · 0.45

Tested by 1

test_contMethod · 0.64