Home
last modified time | relevance | path

Searched refs:get_python_version (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbdist_dumb.py12 from distutils.sysconfig import get_python_version
116 pyversion = get_python_version()
Dbdist_rpm.py11 from distutils.sysconfig import get_python_version
366 pyversion = get_python_version()
Dbuild_ext.py13 from distutils.sysconfig import customize_compiler, get_python_version
225 "python" + get_python_version(),
/third_party/python/Lib/distutils/
Dsysconfig.py44 get_python_version,
289 python_dir = 'python' + get_python_version() + build_flags
333 "python" + get_python_version())
/third_party/python/Doc/library/
Dsysconfig.rst218 .. function:: get_python_version()
312 :func:`get_platform`, :func:`get_python_version`, :func:`get_path` and
/third_party/python/Lib/
Dsysconfig.py799 def get_python_version(): function
/third_party/python/Lib/test/
Dtest_sysconfig.py379 py_version_short = sysconfig.get_python_version()
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch833 "python" + get_python_version(),
2201 + f'python{sysconfig.get_python_version()}',
2202 + f'python{sysconfig.get_python_version()}-{get_platform()}')
/third_party/python/Doc/whatsnew/
D3.2.rst2056 * :func:`~sysconfig.get_python_version` returns a Python version string
/third_party/python/Misc/
DHISTORY19221 - Patch #1046831: Use get_python_version where appropriate in sysconfig.py.