MCPcopy Index your code
hub / github.com/numpy/numpy / has_c_compiler

Function has_c_compiler

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

Source from the content-addressed store, hash-verified

109 checker.check_compilers()
110
111def has_c_compiler():
112 return checker.has_c
113
114def has_f77_compiler():
115 return checker.has_f77

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…