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

Function has_c_compiler

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

Source from the content-addressed store, hash-verified

265
266
267def has_c_compiler():
268 return _get_compiler_status()[0]
269
270
271def has_f77_compiler():

Callers 1

setup_methodMethod · 0.85

Calls 1

_get_compiler_statusFunction · 0.85

Tested by

no test coverage detected