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

Method define_macro

Lib/distutils/ccompiler.py:195–209  ·  view source on GitHub ↗

Define a preprocessor macro for all compilations driven by this compiler object. The optional parameter 'value' should be a string; if it is not supplied, then the macro will be defined without an explicit value and the exact outcome depends on the compiler used (XXX

(self, name, value=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

runMethod · 0.80
runMethod · 0.80
setup_shlib_compilerMethod · 0.80

Calls 2

_find_macroMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected