MCPcopy
hub / github.com/pyodide/pyodide / run

Function run

tools/tests/test_bump_version.py:10–11  ·  view source on GitHub ↗
(args, **kwargs)

Source from the content-addressed store, hash-verified

8
9
10def run(args, **kwargs):
11 return subprocess.run(args, check=False, capture_output=True, text=True, **kwargs)
12
13
14def bump_version(args, tmp_path):

Calls 1

runMethod · 0.45

Tested by

no test coverage detected