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

Function has_f90_compiler

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

Source from the content-addressed store, hash-verified

273
274
275def has_f90_compiler():
276 return _get_compiler_status()[2]
277
278
279#

Callers 1

setup_methodMethod · 0.85

Calls 1

_get_compiler_statusFunction · 0.85

Tested by

no test coverage detected