Searched defs:PythonVersion (Results 1 – 5 of 5) sorted by relevance
27 PythonVersion = Sequence[int] variable125 def _abi3_applies(python_version: PythonVersion) -> bool:134 def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]:171 python_version: Optional[PythonVersion] = None,263 def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]:279 python_version: Optional[PythonVersion] = None,466 def _version_nodot(version: PythonVersion) -> str:
18 [string]$PythonVersion, in Install-Python() variable61 Write-Host "Python $PythonVersion installed by $PythonInstaller at $PythonInstallPath." in Install-Python() variable
19 [string]$PythonVersion, in Install-Python() variable62 Write-Host "Python $PythonVersion installed by $PythonInstaller at $PythonInstallPath." in Install-Python() variable