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

Method check_header

numpy/distutils/command/config.py:166–170  ·  view source on GitHub ↗
(self, header, include_dirs=None, library_dirs=None, lang='c')

Source from the content-addressed store, hash-verified

164 libraries, library_dirs, lang))
165
166 def check_header(self, header, include_dirs=None, library_dirs=None, lang='c'):
167 self._check_compiler()
168 return self.try_compile(
169 "/* we need a dummy line to make distutils happy */",
170 [header], include_dirs)
171
172 def check_decl(self, symbol,
173 headers=None, include_dirs=None):

Callers 2

check_complexFunction · 0.80
check_typesFunction · 0.80

Calls 1

_check_compilerMethod · 0.95

Tested by

no test coverage detected