Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
313
def
build_meson(source_files, module_name=None, **kwargs):
Callers
3
build_meson
Function · 0.95
test_lower_cmod
Function · 0.45
test_lower_sig
Function · 0.45
Calls
2
write_meson_build
Method · 0.80
run_meson
Method · 0.80
Tested by
2
test_lower_cmod
Function · 0.36
test_lower_sig
Function · 0.36