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

Method run

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

Source from the content-addressed store, hash-verified

227 self.filename = final
228
229 def run(self, args):
230 return run_process([self.filename] + args, stdout=PIPE, stderr=subprocess.STDOUT, check=False).stdout
231
232 def get_output_files(self):
233 return [self.filename]

Callers

nothing calls this directly

Calls 1

run_processFunction · 0.90

Tested by

no test coverage detected