MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / run

Method run

test/test_benchmark.py:184–185  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

182 self.command = command
183
184 def run(self, args):
185 return run_process(self.command + args, stdout=PIPE, stderr=subprocess.STDOUT, check=False).stdout
186
187 def get_output_files(self):
188 return []

Callers

nothing calls this directly

Calls 1

run_processFunction · 0.90

Tested by

no test coverage detected