Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_return
Method
set_return
Lib/idlelib/debugger_r.py:325–326 ·
view source on GitHub ↗
(self, frame)
Source
from the content-addressed store, hash-verified
323
self.call(
"set_next"
, frame._fid)
324
325
def
set_return(self, frame):
326
self.call(
"set_return"
, frame._fid)
327
328
def
set_quit(self):
329
self.call(
"set_quit"
)
Callers
2
ret
Method · 0.45
set_return
Method · 0.45
Calls
1
call
Method · 0.95
Tested by
no test coverage detected