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