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

Method compile

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

Compile the wrapper.

(self)

Source from the content-addressed store, hash-verified

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

Callers 15

find_namesFunction · 0.45
collect_statsFunction · 0.45
build_func_rxFunction · 0.45
_internal.pyFile · 0.45
genapi.pyFile · 0.45
_pep440.pyFile · 0.45
VersionClass · 0.45
opt_func_infoFunction · 0.45
fromregexFunction · 0.45
test_record_unicodeMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_record_unicodeMethod · 0.36
test_compiled_bytesMethod · 0.36
run_mypyFunction · 0.36