MCPcopy Create free account
hub / github.com/numpy/numpy / has_f77_compiler

Function has_f77_compiler

numpy/f2py/tests/util.py:114–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 return checker.has_c
113
114def has_f77_compiler():
115 return checker.has_f77
116
117def has_f90_compiler():
118 return checker.has_f90

Callers 1

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…