Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ has_f77_compiler
Function
has_f77_compiler
numpy/f2py/tests/util.py:271–272 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
270
271
def
has_f77_compiler():
272
return
_get_compiler_status()[1]
273
274
275
def
has_f90_compiler():
Callers
2
test_multi_fortran_libs_link
Function · 0.90
setup_method
Method · 0.85
Calls
1
_get_compiler_status
Function · 0.85
Tested by
1
test_multi_fortran_libs_link
Function · 0.72