MCPcopy Index your code
hub / github.com/actions/setup-python / setup-python.ts

File setup-python.ts

src/setup-python.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as core from '@actions/core';
2import * as finder from './find-python';
3import * as finderPyPy from './find-pypy';
4import * as finderGraalPy from './find-graalpy';

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected