* Build the list of ALL known Python builds (including discontinued * and not-installed), used for producing better error diagnostics.
()
| 164 | * and not-installed), used for producing better error diagnostics. |
| 165 | */ |
| 166 | function getAllPythonBuilds(): PythonBuild[] { |
| 167 | return allOptions.map(toPythonBuild); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Map a python-analysis PythonBuild back to a local PythonVersion entry. |
no outgoing calls
no test coverage detected