Searched refs:python_build (Results 1 – 22 of 22) sorted by relevance
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 61 python_build = _python_build() variable 69 if not python_build: 98 if python_build: 112 if python_build: 238 if python_build: 251 if python_build: 495 if python_build: 513 if python_build and os.name == "posix":
|
/external/python/cpython2/Lib/distutils/ |
D | sysconfig.py | 55 python_build = _python_build() variable 81 if python_build: 227 if python_build: 244 if python_build:
|
/external/grpc-grpc/ |
D | setup.cfg | 7 build_base=python_build
|
D | .gitignore | 10 python_build/
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_scripts.py | 99 if not sysconfig.python_build:
|
D | build_ext.py | 235 if not sysconfig.python_build:
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_sysconfig.py | 54 if sysconfig.python_build:
|
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 145 self.assertEqual(platform.python_build(), info[4])
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 168 self.assertEqual(platform.python_build(), info[4])
|
D | pstats.pck | 26 _python_build(iig�h㈵��>g
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_ext.py | 241 if not sysconfig.python_build:
|
/external/python/cpython2/Tools/ccbench/ |
D | ccbench.py | 582 platform.python_build()[0],
|
/external/python/cpython3/Tools/ccbench/ |
D | ccbench.py | 584 platform.python_build()[0],
|
/external/python/cpython2/Tools/pybench/ |
D | pybench.py | 107 buildno, builddate = platform.python_build()
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 94 .. function:: python_build()
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 92 .. function:: python_build()
|
/external/python/cpython3/Lib/ |
D | platform.py | 1314 def python_build(): function
|
D | pydoc.py | 2360 platform.python_build()[0],
|
/external/python/cpython2/Lib/ |
D | platform.py | 1540 def python_build(): function
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 853 sys.version and the platform module python_build(), python_branch(), and
|
D | 3.7.0a1.rst | 5196 sys.version and the platform module python_build(), python_branch(), and
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 1506 sys.version and the platform module python_build(), python_branch(), and
|