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

Method check_compiler_gcc

numpy/distutils/command/config.py:420–422  ·  view source on GitHub ↗

Return True if the C compiler is gcc

(self)

Source from the content-addressed store, hash-verified

418 return check_restrict(self)
419
420 def check_compiler_gcc(self):
421 """Return True if the C compiler is gcc"""
422 return check_compiler_gcc(self)
423
424 def check_gcc_function_attribute(self, attribute, name):
425 return check_gcc_function_attribute(self, attribute, name)

Callers

nothing calls this directly

Calls 1

check_compiler_gccFunction · 0.90

Tested by

no test coverage detected