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

Method next

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

Source from the content-addressed store, hash-verified

322 self.abort_loop()
323
324 def next(self):
325 self.idb.set_next(self.frame)
326 self.abort_loop()
327
328 def ret(self):
329 self.idb.set_return(self.frame)

Callers 1

test_nextMethod · 0.45

Calls 2

abort_loopMethod · 0.95
set_nextMethod · 0.45

Tested by 1

test_nextMethod · 0.36