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

Method run

Lib/idlelib/debugger_r.py:104–106  ·  view source on GitHub ↗
(self, cmd)

Source from the content-addressed store, hash-verified

102 return stack, i
103
104 def run(self, cmd):
105 import __main__
106 self.idb.run(cmd, __main__.__dict__)
107
108 def set_break(self, filename, lineno):
109 msg = self.idb.set_break(filename, lineno)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected