Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ quit
Method
quit
Lib/idlelib/debugger.py:332–334 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
330
self.abort_loop()
331
332
def
quit(self):
333
self.idb.set_quit()
334
self.abort_loop()
335
336
def
abort_loop(self):
337
self.root.tk.call(
'set'
,
'::idledebugwait'
,
'1'
)
Callers
9
close
Method · 0.95
stop_readline
Method · 0.45
cancel_callback
Method · 0.45
eof_callback
Method · 0.45
enter_callback
Method · 0.45
destroy
Method · 0.45
unregister_maybe_terminate
Method · 0.45
test_quit
Method · 0.45
after_callback
Function · 0.45
Calls
2
abort_loop
Method · 0.95
set_quit
Method · 0.45
Tested by
2
test_quit
Method · 0.36
after_callback
Function · 0.36