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 85e44d4 commit 324f83bCopy full SHA for 324f83b
README.md
@@ -129,6 +129,7 @@ Creates an instance of `PythonShell` and starts the Python process
129
* `text`: each line of data (ending with "\n") is emitted as a message (default)
130
* `json`: each line of data (ending with "\n") is parsed as JSON and emitted as a message
131
* `binary`: data is streamed as-is through `stdout` and `stdin`
132
+ * `parser`: each line of data (ending with "\n") is parsed with this customer parser (overrides `mode`)
133
* `pythonPath`: The path where to locate the "python" executable. Default: "python"
134
* `pythonOptions`: Array of option switches to pass to "python"
135
* `scriptPath`: The default path where to look for scripts. Default: "./python"
0 commit comments