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

Method set_return

Lib/idlelib/debugger_r.py:325–326  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

323 self.call("set_next", frame._fid)
324
325 def set_return(self, frame):
326 self.call("set_return", frame._fid)
327
328 def set_quit(self):
329 self.call("set_quit")

Callers 2

retMethod · 0.45
set_returnMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected