Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dbuild.py13 def show_compilers(): function
14 from distutils.ccompiler import show_compilers
15 show_compilers()
52 "list available compilers", show_compilers),
Dbuild_clib.py25 def show_compilers(): function
26 from distutils.ccompiler import show_compilers
27 show_compilers()
51 "list available compilers", show_compilers),
Dbuild_ext.py32 def show_compilers (): function
33 from distutils.ccompiler import show_compilers
34 show_compilers()
105 "list available compilers", show_compilers),
/external/python/cpython2/Lib/distutils/
Dccompiler.py946 def show_compilers(): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst355 .. function:: show_compilers()