Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
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
16
def
can_run(*args):
Callers
8
default
Function · 0.85
check
Function · 0.85
doc
Function · 0.85
test
Function · 0.85
bench
Function · 0.85
examples
Function · 0.85
format_
Function · 0.85
prune
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected