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

Method check_inline

numpy/distutils/command/config.py:410–413  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

408 libraries, library_dirs)
409
410 def check_inline(self):
411 """Return the inline keyword recognized by the compiler, empty string
412 otherwise."""
413 return check_inline(self)
414
415 def check_restrict(self):
416 """Return the restrict keyword recognized by the compiler, empty string

Callers 1

generate_config_hFunction · 0.80

Calls 1

check_inlineFunction · 0.90

Tested by

no test coverage detected