Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ has_f90_compiler
Function
has_f90_compiler
numpy/f2py/tests/util.py:117–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
return
checker.has_f77
116
117
def
has_f90_compiler():
118
return
checker.has_f90
119
120
def
has_fortran_compiler():
121
return
(checker.has_f90 and 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…