MCPcopy Index your code
hub / github.com/serverless/serverless / getPythonBin

Function getPythonBin

packages/sf-core/tests/python/test.js:196–200  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

194})()
195
196const getPythonBin = (version) => {
197 const bin = availablePythons[String(version)]
198 if (!bin) throw new Error(`No python version ${version} available`)
199 return bin
200}
201
202const listZipFiles = async function (filename) {
203 const file = await readFile(filename)

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…