Home
last modified time | relevance | path

Searched refs:python_compiler (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_platform.py146 self.assertEqual(platform.python_compiler(), info[5])
/external/python/cpython3/Lib/test/
Dtest_platform.py169 self.assertEqual(platform.python_compiler(), info[5])
Dtest_gdb.py52 if 'Clang' in platform.python_compiler() and sys.platform == 'darwin':
/external/python/cpython2/Tools/pybench/
Dpybench.py127 'compiler': platform.python_compiler(),
/external/python/cpython3/Doc/library/
Dplatform.rst98 .. function:: python_compiler()
/external/python/cpython2/Doc/library/
Dplatform.rst100 .. function:: python_compiler()
/external/python/cpython3/Lib/
Dplatform.py1322 def python_compiler(): function
Dpydoc.py2361 platform.python_compiler()))
/external/python/cpython2/Lib/
Dplatform.py1548 def python_compiler(): function