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

Function setPythonApi

src/platform/interpreter/helpers.ts:132–134  ·  view source on GitHub ↗
(api: PythonExtension)

Source from the content-addressed store, hash-verified

130
131let pythonApi: PythonExtension;
132export function setPythonApi(api: PythonExtension) {
133 pythonApi = api;
134}
135
136export function isCondaEnvironmentWithoutPython(interpreter?: { id: string }) {
137 if (!interpreter) {

Calls

no outgoing calls

Tested by 1

crateMockedPythonApiFunction · 0.72