MCPcopy Index your code
hub / github.com/extrabacon/python-shell / kill

Method kill

index.ts:418–421  ·  view source on GitHub ↗

* Sends a kill signal to the process * @returns {PythonShell} The same instance for chaining calls

(signal?: NodeJS.Signals)

Source from the content-addressed store, hash-verified

416 * @returns {PythonShell} The same instance for chaining calls
417 */
418 kill(signal?: NodeJS.Signals) {
419 this.terminated = this.childProcess.kill(signal);
420 return this;
421 };
422
423 /**
424 * Alias for kill.

Callers 2

terminateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected