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

Method check_restrict

numpy/distutils/command/config.py:415–418  ·  view source on GitHub ↗

Return the restrict keyword recognized by the compiler, empty string otherwise.

(self)

Source from the content-addressed store, hash-verified

413 return check_inline(self)
414
415 def check_restrict(self):
416 """Return the restrict keyword recognized by the compiler, empty string
417 otherwise."""
418 return check_restrict(self)
419
420 def check_compiler_gcc(self):
421 """Return True if the C compiler is gcc"""

Callers 1

generate_config_hFunction · 0.80

Calls 1

check_restrictFunction · 0.90

Tested by

no test coverage detected