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

Function f2py_build_generator

numpy/f2py/_backends/__init__.py:1–9  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1def f2py_build_generator(name):
2 if name == "meson":
3 from ._meson import MesonBackend
4 return MesonBackend
5 elif name == "distutils":
6 from ._distutils import DistutilsBackend
7 return DistutilsBackend
8 else:
9 raise ValueError(f"Unknown backend: {name}")

Callers 1

run_compileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected