Home
last modified time | relevance | path

Searched refs:PythonVersion (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/protobuf/kokoro/release/python/windows/
Dinstall_python_interpreters.ps119 [string]$PythonVersion, in Install-Python() variable
24 $PythonInstallerUrl = "https://www.python.org/ftp/python/$PythonVersion/$PythonInstaller.exe" in Install-Python()
62 Write-Host "Python $PythonVersion installed by $PythonInstaller at $PythonInstallPath." in Install-Python() variable
67 PythonVersion = "3.8.0"
75 PythonVersion = "3.8.0"
84 PythonVersion = "3.9.0"
92 PythonVersion = "3.9.0"
101 PythonVersion = "3.10.0"
109 PythonVersion = "3.10.0"
/external/protobuf/kokoro/release/python/windows/
Dinstall_python_interpreters.ps119 [string]$PythonVersion, in Install-Python() variable
24 $PythonInstallerUrl = "https://www.python.org/ftp/python/$PythonVersion/$PythonInstaller.exe" in Install-Python()
62 Write-Host "Python $PythonVersion installed by $PythonInstaller at $PythonInstallPath." in Install-Python() variable
67 PythonVersion = "3.8.0"
75 PythonVersion = "3.8.0"
84 PythonVersion = "3.9.0"
92 PythonVersion = "3.9.0"
101 PythonVersion = "3.10.0"
109 PythonVersion = "3.10.0"
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dinstall_python_interpreters.ps118 [string]$PythonVersion, in Install-Python() variable
23 $PythonInstallerUrl = "https://www.python.org/ftp/python/$PythonVersion/$PythonInstaller.exe" in Install-Python()
61 Write-Host "Python $PythonVersion installed by $PythonInstaller at $PythonInstallPath." in Install-Python() variable
66 PythonVersion = "3.8.0"
74 PythonVersion = "3.8.0"
83 PythonVersion = "3.9.0"
91 PythonVersion = "3.9.0"
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dtags.py27 PythonVersion = Sequence[int] variable
125 def _abi3_applies(python_version: PythonVersion) -> bool: argument
134 def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: argument
171 python_version: Optional[PythonVersion] = None, argument
263 def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: argument
279 python_version: Optional[PythonVersion] = None, argument
466 def _version_nodot(version: PythonVersion) -> str: argument
/external/python/setuptools/setuptools/_vendor/packaging/
Dtags.py27 PythonVersion = Sequence[int] variable
125 def _abi3_applies(python_version: PythonVersion) -> bool: argument
134 def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: argument
171 python_version: Optional[PythonVersion] = None, argument
263 def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: argument
279 python_version: Optional[PythonVersion] = None, argument
466 def _version_nodot(version: PythonVersion) -> str: argument