Home
last modified time | relevance | path

Searched refs:define_macro (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbuild_clib.py111 self.compiler.define_macro(name, value)
Dbuild_ext.py326 self.compiler.define_macro(name, value)
/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py149 compiler.define_macro(name, value)
/external/python/cpython2/Lib/distutils/
Dccompiler.py195 def define_macro(self, name, value=None): member in CCompiler
/external/python/cpython2/Doc/distutils/
Dapiref.rst451 .. method:: CCompiler.define_macro(name[, value=None])
464 object. If the same macro is defined by :meth:`define_macro` and
694 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`.