MCPcopy Create free account
hub / github.com/KnockOutEZ/wigolo / __resetResolvedPythonExe

Function __resetResolvedPythonExe

src/python-env.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45/** Test-only: clear the memoized interpreter so platform-mocked tests re-resolve. */
46export function __resetResolvedPythonExe(): void {
47 _resolvedPythonExe = null;
48}
49
50export interface VenvModuleCheck {
51 /** True when `python -m venv` can actually create environments. */

Callers 3

bootstrap.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected