MCPcopy 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
120def has_fortran_compiler():
121 return (checker.has_f90 and checker.has_f77)
122
123
124#

Callers 3

build_moduleFunction · 0.85
build_mesonFunction · 0.85
setup_classMethod · 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…