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

Method undefine_macro

Lib/distutils/ccompiler.py:211–227  ·  view source on GitHub ↗

Undefine a preprocessor macro for all compilations driven by this compiler object. If the same macro is defined by 'define_macro()' and undefined by 'undefine_macro()' the last call takes precedence (including multiple redefinitions or undefinitions). If the macro i

(self, name)

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