MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / check_func

Method check_func

Lib/distutils/command/config.py:285–315  ·  view source on GitHub ↗

Determine if function 'func' is available by constructing a source file that refers to 'func', and compiles and links it. If everything succeeds, returns true; otherwise returns false. The constructed source file starts out by including the header files listed in 'he

(self, func, headers=None, include_dirs=None,
                   libraries=None, library_dirs=None, decl=0, call=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

_check_compilerMethod · 0.95
try_linkMethod · 0.95
appendMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected