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

Method set_step

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

Source from the content-addressed store, hash-verified

75 #----------called by an IdbProxy----------
76
77 def set_step(self):
78 self.idb.set_step()
79
80 def set_quit(self):
81 self.idb.set_quit()

Callers

nothing calls this directly

Calls 1

set_stepMethod · 0.45

Tested by

no test coverage detected