Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_quit
Method
set_quit
Lib/idlelib/debugger_r.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
self.idb.set_step()
79
80
def
set_quit(self):
81
self.idb.set_quit()
82
83
def
set_continue(self):
84
self.idb.set_continue()
Callers
nothing calls this directly
Calls
1
set_quit
Method · 0.45
Tested by
no test coverage detected