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