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

Method check_gcc_variable_attribute

numpy/distutils/command/config.py:432–433  ·  view source on GitHub ↗
(self, attribute)

Source from the content-addressed store, hash-verified

430 name, code, include)
431
432 def check_gcc_variable_attribute(self, attribute):
433 return check_gcc_variable_attribute(self, attribute)
434
435 def check_gcc_version_at_least(self, major, minor=0, patchlevel=0):
436 """Return True if the GCC version is greater than or equal to the

Callers 1

check_math_capabilitiesFunction · 0.80

Calls 1

Tested by

no test coverage detected