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

Method search_cpp

Lib/distutils/command/config.py:196–223  ·  view source on GitHub ↗

Construct a source file (just like 'try_cpp()'), run it through the preprocessor, and return true if any line of the output matches 'pattern'. 'pattern' should either be a compiled regex object or a string containing a regex. If both 'body' and 'headers' are None, p

(self, pattern, 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

test_search_cppMethod · 0.80

Calls 8

_check_compilerMethod · 0.95
_preprocessMethod · 0.95
_cleanMethod · 0.95
openFunction · 0.50
compileMethod · 0.45
readlineMethod · 0.45
searchMethod · 0.45
closeMethod · 0.45

Tested by 1

test_search_cppMethod · 0.64