MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / setApi

Method setApi

src/platform/api/types.ts:17–17  ·  view source on GitHub ↗
(api: PythonApi)

Source from the content-addressed store, hash-verified

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

Callers 1

registerPythonApiFunction · 0.65

Implementers 1

OldPythonApiProvidersrc/platform/api/pythonApi.ts

Calls

no outgoing calls

Tested by

no test coverage detected