Home
last modified time | relevance | path

Searched refs:get_default_compiler (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_sysconfig.py11 from distutils.ccompiler import get_default_compiler
111 @unittest.skipUnless(get_default_compiler() == 'unix',
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__init__.py173 tool = distutils.ccompiler.get_default_compiler()
/third_party/python/Lib/distutils/
Dccompiler.py937 def get_default_compiler(osname=None, platform=None): function
1006 compiler = get_default_compiler(plat)
/third_party/python/Doc/distutils/
Dapiref.rst352 .. function:: get_default_compiler(osname, platform)