MCPcopy Index your code
hub / github.com/numpy/numpy / _run_subprocess_command

Method _run_subprocess_command

numpy/f2py/_backends/_meson.py:184–185  ·  view source on GitHub ↗
(self, command, cwd)

Source from the content-addressed store, hash-verified

182 return meson_build_file
183
184 def _run_subprocess_command(self, command, cwd):
185 subprocess.run(command, cwd=cwd, check=True)
186
187 def run_meson(self, build_dir: Path):
188 setup_command = ["meson", "setup", self.meson_build_dir]

Callers 1

run_mesonMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected