Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_scripts.py97 if not _sysconfig.is_python_build():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsysconfig.py119 def is_python_build(): function
125 _PYTHON_BUILD = is_python_build()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsysconfig.py123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py1518 if sysconfig.is_python_build():
Dtest_subprocess.py154 @unittest.skipIf(sysconfig.is_python_build(),