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

Method compile

numpy/f2py/_backends/_backend.py:44–46  ·  view source on GitHub ↗

Compile the wrapper.

(self)

Source from the content-addressed store, hash-verified

42
43 @abstractmethod
44 def compile(self) -> None:
45 """Compile the wrapper."""
46 pass

Callers 15

try_compileFunction · 0.45
get_wheel_namesFunction · 0.45
commitstats.pyFile · 0.45
find_namesFunction · 0.45
CheckerClass · 0.45
__init__.pyFile · 0.45
lexFunction · 0.45
collect_statsFunction · 0.45
_pep440.pyFile · 0.45
VersionClass · 0.45
_internal.pyFile · 0.45
genapi.pyFile · 0.45

Calls

no outgoing calls

Tested by 12

test_record_unicodeMethod · 0.36
test_compiled_bytesMethod · 0.36
run_mypyFunction · 0.36
test_compile1Method · 0.36
test_compile2Method · 0.36
test_lower_cmodFunction · 0.36
test_lower_sigFunction · 0.36
test_f2py_init_compileFunction · 0.36