Searched refs:show_compilers (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | build.py | 13 def show_compilers(): function 14 from distutils.ccompiler import show_compilers 15 show_compilers() 52 "list available compilers", show_compilers),
|
D | build_clib.py | 25 def show_compilers(): function 26 from distutils.ccompiler import show_compilers 27 show_compilers() 51 "list available compilers", show_compilers),
|
D | build_ext.py | 32 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/ |
D | build.py | 11 def show_compilers(): function 12 from distutils.ccompiler import show_compilers 13 show_compilers() 53 "list available compilers", show_compilers),
|
D | build_clib.py | 23 def show_compilers(): function 24 from distutils.ccompiler import show_compilers 25 show_compilers() 49 "list available compilers", show_compilers),
|
D | build_ext.py | 28 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/ |
D | ccompiler.py | 946 def show_compilers(): function
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 972 def show_compilers(): function
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 355 .. function:: show_compilers()
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 365 .. function:: show_compilers()
|