Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_line
Method · 0.45
user_exception
Method · 0.45
step
Method · 0.45
set_step
Method · 0.45
Calls
1
call
Method · 0.95
Tested by
no test coverage detected