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

Method check_gcc_function_attribute

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

Source from the content-addressed store, hash-verified

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)
426
427 def check_gcc_function_attribute_with_intrinsics(self, attribute, name,
428 code, include):

Callers 2

check_math_capabilitiesFunction · 0.80
visibility_defineFunction · 0.80

Calls 1

Tested by

no test coverage detected