Searched refs:get_python_version (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | sysconfig.py | 58 def get_python_version(): function 93 return os.path.join(prefix, "include", "python" + get_python_version()) 123 "lib", "python" + get_python_version()) 133 if get_python_version() < "2.2": 234 if get_python_version() < '2.2': 416 g['VERSION'] = get_python_version().replace(".", "")
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_wininst.py | 11 from distutils.sysconfig import get_python_version 91 short_version = get_python_version() 181 pyversion = get_python_version() 314 cur_version = get_python_version()
|
D | bdist_dumb.py | 12 from distutils.sysconfig import get_python_version 116 pyversion = get_python_version()
|
D | bdist_rpm.py | 12 from distutils.sysconfig import get_python_version 370 pyversion = get_python_version()
|
D | build_ext.py | 13 from distutils.sysconfig import customize_compiler, get_python_version 224 "python" + get_python_version(),
|
D | bdist_msi.py | 12 from distutils.sysconfig import get_python_version 145 short_version = get_python_version()
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_wininst.py | 12 from sysconfig import get_python_version 99 short_version = get_python_version() 191 pyversion = get_python_version() 333 cur_version = get_python_version()
|
D | bdist_dumb.py | 11 from sysconfig import get_python_version 126 pyversion = get_python_version()
|
D | bdist_rpm.py | 15 from distutils.sysconfig import get_python_version 384 pyversion = get_python_version()
|
D | build_ext.py | 16 from distutils.sysconfig import customize_compiler, get_python_version 231 "python" + get_python_version(),
|
D | bdist_msi.py | 10 from sysconfig import get_python_version 146 short_version = get_python_version()
|
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 68 def get_python_version(): function 104 python_dir = 'python' + get_python_version() + build_flags 136 "lib", "python" + get_python_version()) 244 config_file = 'config-{}{}'.format(get_python_version(), build_flags) 446 g['VERSION'] = get_python_version().replace(".", "")
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 614 def get_python_version(): function 631 print 'Python version: "%s"' % get_python_version()
|
/external/python/cpython3/Lib/ |
D | sysconfig.py | 695 def get_python_version(): function 712 print('Python version: "%s"' % get_python_version())
|
/external/python/cpython3/Doc/library/ |
D | sysconfig.rst | 164 .. function:: get_python_version() 262 :func:`get_platform`, :func:`get_python_version`, :func:`get_path` and
|
/external/python/cpython2/Doc/library/ |
D | sysconfig.rst | 164 .. function:: get_python_version()
|
/external/libxml2/ |
D | configure.ac | 842 …YTHON_VERSION=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_version())"`
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 2049 * :func:`~sysconfig.get_python_version` returns a Python version string
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1837 - Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 19221 - Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
|