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

Method compile

numpy/f2py/tests/util.py:308–310  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 3

build_mesonFunction · 0.95
test_lower_cmodFunction · 0.45
test_lower_sigFunction · 0.45

Calls 2

write_meson_buildMethod · 0.80
run_mesonMethod · 0.80

Tested by 2

test_lower_cmodFunction · 0.36
test_lower_sigFunction · 0.36