You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,6 +275,11 @@ Promise is rejected if there is a syntax error.
275
275
Checks the syntax of the file and returns a promise.
276
276
Promise is rejected if there is a syntax error.
277
277
278
+
#### `version(pythonPath?:string)`
279
+
280
+
Returns the python version. Optional pythonPath param to get the version
281
+
of a specific python interpreter.
282
+
278
283
#### event: `message`
279
284
280
285
Fires when a chunk of data is parsed from the stdout stream via the `receive` method. If a `parser` method is specified, the result of this function will be the message value. This event is not emitted in binary mode.
0 commit comments