We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac31c2 commit a4400cbCopy full SHA for a4400cb
README.md
@@ -243,6 +243,11 @@ Promise is rejected if there is a syntax error.
243
Checks the syntax of the file and returns a promise.
244
Promise is rejected if there is a syntax error.
245
246
+#### `#getVersion(pythonPath?:string)`
247
+
248
+Returns the python version. Optional pythonPath param to get the version
249
+of a specific python interpreter.
250
251
#### `#getVersionSync(pythonPath?:string)`
252
253
Returns the python version. Optional pythonPath param to get the version
0 commit comments