MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / run

Function run

scripts/sysinstall.py:200–201  ·  view source on GitHub ↗
(command, env_extra=None)

Source from the content-addressed store, hash-verified

198 if root == '/':
199 sudo = f'sudo PATH={os.environ["PATH"]} '
200 def run(command, env_extra=None):
201 return run_command(command, doit=mupdf_do, env_extra=env_extra)
202 # Get MuPDF from git if specified.
203 #
204 if mupdf_git:

Callers 12

mainFunction · 0.70
buildFunction · 0.70
venvFunction · 0.70
testFunction · 0.70
mainFunction · 0.70
buildFunction · 0.70
cibuildwheelFunction · 0.70
cibw_do_test_projectFunction · 0.70
build_pyodide_wheelFunction · 0.70
testFunction · 0.70
venv_runFunction · 0.70
mainFunction · 0.70

Calls 1

run_commandFunction · 0.85

Tested by 7

mainFunction · 0.56
buildFunction · 0.56
cibuildwheelFunction · 0.56
cibw_do_test_projectFunction · 0.56
build_pyodide_wheelFunction · 0.56
testFunction · 0.56
venv_runFunction · 0.56