Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ makePackage
Function
makePackage
packages/python/test/unit.test.ts:138–140 ·
view source on GitHub ↗
(constraints?: PythonConstraint[])
Source
from the content-addressed store, hash-verified
136
}
137
138
function
makePackage(constraints?: PythonConstraint[]): PythonPackage {
139
return
{ requiresPython: constraints };
140
}
141
142
function
selectVersion(opts: {
143
constraints?: PythonConstraint[];
Callers
1
selectVersion
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected