MCPcopy Index your code
hub / github.com/python/cpython / ret

Method ret

Lib/idlelib/debugger.py:328–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

326 self.abort_loop()
327
328 def ret(self):
329 self.idb.set_return(self.frame)
330 self.abort_loop()
331
332 def quit(self):
333 self.idb.set_quit()

Callers 1

test_retMethod · 0.80

Calls 2

abort_loopMethod · 0.95
set_returnMethod · 0.45

Tested by 1

test_retMethod · 0.64