MCPcopy Create free account
hub / github.com/numpy/numpy / _run_subprocess_command

Method _run_subprocess_command

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

Source from the content-addressed store, hash-verified

164 return meson_build_file
165
166 def _run_subprocess_command(self, command, cwd):
167 subprocess.run(command, cwd=cwd, check=True)
168
169 def run_meson(self, build_dir: Path):
170 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