(version)
| 194 | })() |
| 195 | |
| 196 | const getPythonBin = (version) => { |
| 197 | const bin = availablePythons[String(version)] |
| 198 | if (!bin) throw new Error(`No python version ${version} available`) |
| 199 | return bin |
| 200 | } |
| 201 | |
| 202 | const listZipFiles = async function (filename) { |
| 203 | const file = await readFile(filename) |
no outgoing calls
no test coverage detected
searching dependent graphs…