MCPcopy 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

closeMethod · 0.95
stop_readlineMethod · 0.45
cancel_callbackMethod · 0.45
eof_callbackMethod · 0.45
enter_callbackMethod · 0.45
destroyMethod · 0.45
test_quitMethod · 0.45
after_callbackFunction · 0.45

Calls 2

abort_loopMethod · 0.95
set_quitMethod · 0.45

Tested by 2

test_quitMethod · 0.36
after_callbackFunction · 0.36