MCPcopy 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

runMethod · 0.95
contMethod · 0.95
stepMethod · 0.95
nextMethod · 0.95
retMethod · 0.95
quitMethod · 0.95

Calls 1

callMethod · 0.45

Tested by

no test coverage detected