Home
last modified time | relevance | path

Searched refs:show_compilers (Results 1 – 10 of 10) 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/cpython3/Lib/distutils/command/
Dbuild.py11 def show_compilers(): function
12 from distutils.ccompiler import show_compilers
13 show_compilers()
53 "list available compilers", show_compilers),
Dbuild_clib.py23 def show_compilers(): function
24 from distutils.ccompiler import show_compilers
25 show_compilers()
49 "list available compilers", show_compilers),
Dbuild_ext.py28 def show_compilers (): function
29 from distutils.ccompiler import show_compilers
30 show_compilers()
103 "list available compilers", show_compilers),
/external/python/cpython2/Lib/distutils/
Dccompiler.py946 def show_compilers(): function
/external/python/cpython3/Lib/distutils/
Dccompiler.py972 def show_compilers(): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst355 .. function:: show_compilers()
/external/python/cpython3/Doc/distutils/
Dapiref.rst360 .. function:: show_compilers()