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

Method run

Lib/idlelib/debugger_r.py:305–308  ·  view source on GitHub ↗
(self, cmd, locals)

Source from the content-addressed store, hash-verified

303 return value
304
305 def run(self, cmd, locals):
306 # Ignores locals on purpose!
307 seq = self.conn.asyncqueue(self.oid, "run", (cmd,), {})
308 self.shell.interp.active_seq = seq
309
310 def get_stack(self, frame, tbid):
311 # passing frame and traceback IDs, not the objects themselves

Callers 1

runMethod · 0.45

Calls 1

asyncqueueMethod · 0.80

Tested by

no test coverage detected