Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ret
Method
ret
Lib/idlelib/debugger.py:328–330 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
326
self.abort_loop()
327
328
def
ret(self):
329
self.idb.set_return(self.frame)
330
self.abort_loop()
331
332
def
quit(self):
333
self.idb.set_quit()
Callers
1
test_ret
Method · 0.80
Calls
2
abort_loop
Method · 0.95
set_return
Method · 0.45
Tested by
1
test_ret
Method · 0.64