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:328–329 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
326
self.call(
"set_return"
, frame._fid)
327
328
def
set_quit(self):
329
self.call(
"set_quit"
)
330
331
def
set_break(self, filename, lineno):
332
msg = self.call(
"set_break"
, filename, lineno)
Callers
2
quit
Method · 0.45
set_quit
Method · 0.45
Calls
1
call
Method · 0.95
Tested by
no test coverage detected