MCPcopy Create free account
hub / github.com/vercel/vercel / getAllPythonBuilds

Function getAllPythonBuilds

packages/python/src/version.ts:166–168  ·  view source on GitHub ↗

* Build the list of ALL known Python builds (including discontinued * and not-installed), used for producing better error diagnostics.

()

Source from the content-addressed store, hash-verified

164 * and not-installed), used for producing better error diagnostics.
165 */
166function getAllPythonBuilds(): PythonBuild[] {
167 return allOptions.map(toPythonBuild);
168}
169
170/**
171 * Map a python-analysis PythonBuild back to a local PythonVersion entry.

Callers 1

resolvePythonVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected