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:86–88 ·
view source on GitHub ↗
(self, fid)
Source
from the content-addressed store, hash-verified
84
self.idb.set_continue()
85
86
def
set_next(self, fid):
87
frame = frametable[fid]
88
self.idb.set_next(frame)
89
90
def
set_return(self, fid):
91
frame = frametable[fid]
Callers
nothing calls this directly
Calls
1
set_next
Method · 0.45
Tested by
no test coverage detected