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

Method preprocess

Lib/distutils/ccompiler.py:497–508  ·  view source on GitHub ↗

Preprocess a single C/C++ source file, named in 'source'. Output will be written to file named 'output_file', or stdout if 'output_file' not supplied. 'macros' is a list of macro definitions as for 'compile()', which will augment the macros set with 'define_macro()'

(self, source, output_file=None, macros=None,
                   include_dirs=None, extra_preargs=None, extra_postargs=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_preprocessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected