Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ f2py_build_generator
Function
f2py_build_generator
numpy/f2py/_backends/__init__.py:1–6 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
1
def
f2py_build_generator(name):
2
if
name ==
"meson"
:
3
from
._meson
import
MesonBackend
4
return
MesonBackend
5
else
:
6
raise
ValueError(f
"Unknown backend: {name}"
)
Callers
1
run_compile
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…