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

Class SimplifiedMesonBackend

numpy/f2py/tests/util.py:304–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
304class SimplifiedMesonBackend(MesonBackend):
305 def __init__(self, *args, **kwargs):
306 super().__init__(*args, **kwargs)
307
308 def compile(self):
309 self.write_meson_build(self.build_dir)
310 self.run_meson(self.build_dir)
311
312
313def build_meson(source_files, module_name=None, **kwargs):

Callers 1

build_mesonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…