(api: PythonApi)
| 15 | getApi(): Promise<PythonApi>; |
| 16 | getNewApi(): Promise<PythonExtension | undefined>; |
| 17 | setApi(api: PythonApi): void; |
| 18 | } |
| 19 | export const IPythonExtensionChecker = Symbol('IPythonExtensionChecker'); |
| 20 | export interface IPythonExtensionChecker { |
no outgoing calls
no test coverage detected