Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ has_fortran_compiler
Function
has_fortran_compiler
numpy/f2py/tests/util.py:120–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
return
checker.has_f90
119
120
def
has_fortran_compiler():
121
return
(checker.has_f90 and checker.has_f77)
122
123
124
#
Callers
3
build_module
Function · 0.85
build_meson
Function · 0.85
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…