Searched refs:get_python_version (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbdist_dumb.py11 from sysconfig import get_python_version namespace
125 pyversion = get_python_version()
H A Dbdist_wininst.py12 from sysconfig import get_python_version namespace
95 short_version = get_python_version()
187 pyversion = get_python_version()
329 cur_version = get_python_version()
H A Dbdist_msi.py10 from sysconfig import get_python_version namespace
143 short_version = get_python_version()
H A Dbuild_ext.py16 from distutils.sysconfig import customize_compiler, get_python_version namespace
229 "python" + get_python_version(),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dsysconfig.py53 def get_python_version(): function
88 return os.path.join(prefix, "include", "python" + get_python_version())
118 "lib", "python" + get_python_version())
128 if get_python_version() < "2.2":
197 if get_python_version() < '2.2':
404 elif get_python_version() < '2.1':
431 (linkerscript, PREFIX, get_python_version()))
449 g['VERSION'] = get_python_version().replace(".", "")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dsysconfig.py614 def get_python_version(): function
631 print 'Python version: "%s"' % get_python_version()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsysconfig.py686 def get_python_version(): function

Completed in 485 milliseconds