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

Method getNewApi

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

Source from the content-addressed store, hash-verified

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

Callers 15

constructorMethod · 0.65
createNewEnvironmentMethod · 0.65
refreshMethod · 0.65
hookupPythonApiMethod · 0.65
setActiveInterpreterFunction · 0.65
preSwitchFunction · 0.65
initializeApiMethod · 0.65
getApiMethod · 0.65

Implementers 1

OldPythonApiProvidersrc/platform/api/pythonApi.ts

Calls

no outgoing calls

Tested by 1

preSwitchFunction · 0.52