Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ resetInstalledPythonsCache
Function
resetInstalledPythonsCache
packages/python/src/version.ts:380–382 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
378
* @internal
379
*/
380
export
function
resetInstalledPythonsCache(): void {
381
installedPythonsCache = null;
382
}
383
384
function
isInstalled(pv: PythonVersion): boolean {
385
try {
Callers
1
unit.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected