Home
last modified time | relevance | path

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

/third_party/python/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),
/third_party/python/Lib/distutils/
Dccompiler.py973 def show_compilers(): function
/third_party/python/Doc/distutils/
Dapiref.rst380 .. function:: show_compilers()