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 3ccb752 commit 0936099Copy full SHA for 0936099
index.ts
@@ -404,7 +404,8 @@ export class PythonShell extends EventEmitter{
404
}
405
406
/**
407
- * Closes the stdin stream, which should cause the process to finish its work and close
+ * Closes the stdin stream. Unless python is listening for stdin in a loop
408
+ * this should cause the process to finish its work and close.
409
* @returns {PythonShell} The same instance for chaining calls
410
*/
411
end(callback:(err:PythonShellError, exitCode:number,exitSignal:string)=>any) {
0 commit comments