Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
H A Dbdist_dumb.py12 from distutils.sysconfig import get_python_version namespace
116 pyversion = get_python_version()
H A Dbdist_rpm.py11 from distutils.sysconfig import get_python_version namespace
366 pyversion = get_python_version()
H A Dbuild_ext.py13 from distutils.sysconfig import customize_compiler, get_python_version namespace
225 "python" + get_python_version(),
/third_party/python/Lib/distutils/
H A Dsysconfig.py44 get_python_version,
289 python_dir = 'python' + get_python_version() + build_flags
333 "python" + get_python_version())
/third_party/python/Lib/
H A Dsysconfig.py16 'get_python_version',
799 def get_python_version(): function
842 print(f'Python version: "{get_python_version()}"')
/third_party/python/Lib/test/
H A Dtest_sysconfig.py379 py_version_short = sysconfig.get_python_version()

Completed in 5 milliseconds