Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ has_c_compiler
Function
has_c_compiler
numpy/f2py/tests/util.py:111–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
checker.check_compilers()
110
111
def
has_c_compiler():
112
return
checker.has_c
113
114
def
has_f77_compiler():
115
return
checker.has_f77
Callers
1
setup_class
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…