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

Method try_cpp

Lib/distutils/command/config.py:178–194  ·  view source on GitHub ↗

Construct a source file from 'body' (a string containing lines of C/C++ code) and 'headers' (a list of header files to include) and run it through the preprocessor. Return true if the preprocessor succeeded, false if there were any errors. ('body' probably isn't of m

(self, body=None, headers=None, include_dirs=None, lang="c")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

check_headerMethod · 0.95

Calls 3

_check_compilerMethod · 0.95
_preprocessMethod · 0.95
_cleanMethod · 0.95

Tested by

no test coverage detected