Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ abort_loop
Method
abort_loop
Lib/idlelib/debugger.py:336–337 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
334
self.abort_loop()
335
336
def
abort_loop(self):
337
self.root.tk.call(
'set'
,
'::idledebugwait'
,
'1'
)
338
339
def
show_stack(self):
340
if
not self.stackviewer and self.vstack.get():
Callers
6
run
Method · 0.95
cont
Method · 0.95
step
Method · 0.95
next
Method · 0.95
ret
Method · 0.95
quit
Method · 0.95
Calls
1
call
Method · 0.45
Tested by
no test coverage detected