Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/pyrefly
/ getPath
Method
getPath
lsp/src/python-environment.ts:17–17 ·
view source on GitHub ↗
(uri?: vscode.Uri)
Source
from the content-addressed store, hash-verified
15
16
interface
InterpreterProvider {
17
getPath(uri?: vscode.Uri): Promise<string | undefined>;
18
onDidChange(callback: () => void): vscode.Disposable;
19
}
20
Callers
1
getInterpreterPath
Method · 0.65
Implementers
1
PythonEnvironment
lsp/src/python-environment.ts
Calls
no outgoing calls
Tested by
no test coverage detected