(callback: () => void)
| 16 | interface InterpreterProvider { |
| 17 | getPath(uri?: vscode.Uri): Promise<string | undefined>; |
| 18 | onDidChange(callback: () => void): vscode.Disposable; |
| 19 | } |
| 20 | |
| 21 | export class PythonEnvironment { |
no outgoing calls
no test coverage detected