Home
last modified time | relevance | path

Searched refs:python_build (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dsysconfig.py55 python_build = _python_build() variable
81 if python_build:
227 if python_build:
244 if python_build:
/external/python/cpython2/Lib/test/
Dtest_platform.py145 self.assertEqual(platform.python_build(), info[4])
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py241 if not sysconfig.python_build:
/external/python/cpython2/Tools/ccbench/
Dccbench.py582 platform.python_build()[0],
/external/python/cpython2/Tools/pybench/
Dpybench.py107 buildno, builddate = platform.python_build()
/external/python/cpython2/Doc/library/
Dplatform.rst94 .. function:: python_build()
/external/python/cpython2/Lib/
Dplatform.py1510 def python_build(): function