MCPcopy Index your code
hub / github.com/PyO3/rust-numpy / run

Function run

x.py:10–13  ·  view source on GitHub ↗
(*args, env=None)

Source from the content-addressed store, hash-verified

8
9
10def run(*args, env=None):
11 if env is not None:
12 env = {**os.environ, **env}
13 subprocess.run([*args], check=True, env=env)
14
15
16def can_run(*args):

Callers 8

defaultFunction · 0.85
checkFunction · 0.85
docFunction · 0.85
testFunction · 0.85
benchFunction · 0.85
examplesFunction · 0.85
format_Function · 0.85
pruneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected