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

Method set_step

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

Source from the content-addressed store, hash-verified

317 self.call("set_continue")
318
319 def set_step(self):
320 self.call("set_step")
321
322 def set_next(self, frame):
323 self.call("set_next", frame._fid)

Callers 4

user_lineMethod · 0.45
user_exceptionMethod · 0.45
stepMethod · 0.45
set_stepMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected