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

Method check_lib

Lib/distutils/command/config.py:319–332  ·  view source on GitHub ↗

Determine if 'library' is available to be linked against, without actually checking that any particular symbols are provided by it. 'headers' will be used in constructing the source file to be compiled, but the only effect of this is to check if all the header files

(self, library, library_dirs=None, headers=None,
                  include_dirs=None, other_libraries=[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_check_compilerMethod · 0.95
try_linkMethod · 0.95

Tested by

no test coverage detected