Home
last modified time | relevance | path

Searched defs:python_version (Results 1 – 2 of 2) sorted by relevance

/external/brotli/appveyor/
Dinstall.ps153 function ParsePythonVersion ($python_version) { in ParsePythonVersion()
54 if ($python_version -match $PYTHON_PRERELEASE_REGEX) { in ParsePythonVersion() variable
63 function DownloadPython ($python_version, $platform_suffix) { in DownloadPython()
70 $python_version = "$major.$minor$prerelease" in DownloadPython() variable
104 function InstallPython ($python_version, $architecture, $python_home) { in InstallPython()
105 …Write-Host "Installing Python" $python_version "for" $architecture "bit architecture to" $python_h… in InstallPython() variable
125 Write-Host "Python $python_version ($architecture) installation complete" in InstallPython() variable
/external/python/cpython2/Lib/
Dplatform.py1462 def python_version(): function