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 2c7df25 commit a3d8518Copy full SHA for a3d8518
index.ts
@@ -348,7 +348,6 @@ export class PythonShell extends EventEmitter{
348
/**
349
* Sends a message to the Python shell through stdin
350
* Override this method to format data to be sent to the Python process
351
- * @param {string|Object} data The message to send
352
* @returns {PythonShell} The same instance for chaining calls
353
*/
354
send(message:string|Object) {
0 commit comments