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

Method set_next

Lib/idlelib/debugger_r.py:322–323  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

320 self.call("set_step")
321
322 def set_next(self, frame):
323 self.call("set_next", frame._fid)
324
325 def set_return(self, frame):
326 self.call("set_return", frame._fid)

Callers 2

nextMethod · 0.45
set_nextMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected