Home
last modified time | relevance | path

Searched refs:undefine_macro (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbuild_clib.py113 self.compiler.undefine_macro(macro)
Dbuild_ext.py329 self.compiler.undefine_macro(macro)
/third_party/python/Lib/distutils/
Dccompiler.py199 def undefine_macro(self, name): member in CCompiler
/third_party/python/Doc/distutils/
Dapiref.rst486 .. method:: CCompiler.undefine_macro(name)
490 undefined by :meth:`undefine_macro` the last call takes precedence
719 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`.