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