MCPcopy 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

quitMethod · 0.45
set_quitMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected