MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / run

Method run

tools/python-3.11.9-amd64/Lib/trace.py:438–441  ·  view source on GitHub ↗
(self, cmd)

Source from the content-addressed store, hash-verified

436 self.donothing = 1
437
438 def run(self, cmd):
439 import __main__
440 dict = __main__.__dict__
441 self.runctx(cmd, dict, dict)
442
443 def runctx(self, cmd, globals=None, locals=None):
444 if globals is None: globals = {}

Callers

nothing calls this directly

Calls 1

runctxMethod · 0.95

Tested by

no test coverage detected