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

Interface IPyPyManifestRelease

src/utils.ts:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface IPyPyManifestRelease {
28 pypy_version: string;
29 python_version: string;
30 stable: boolean;
31 latest_pypy: boolean;
32 files: IPyPyManifestAsset[];
33}
34
35export interface IGraalPyManifestAsset {
36 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected