()
| 57 | ); |
| 58 | }, |
| 59 | get kernels() { |
| 60 | return getKernelsApi(extensions.determineExtensionFromCallStack().extensionId); |
| 61 | }, |
| 62 | // Only for use By Python, hence this is proposed API and can change anytime. |
| 63 | // Do not add this to Kernels or other namespaces, as this is only for Python. |
| 64 | onDidChangePythonEnvironment: envApi.onDidChangeEnvironment, |
nothing calls this directly
no test coverage detected