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

Method terminate

index.ts:427–430  ·  view source on GitHub ↗

* Alias for kill. * @deprecated

(signal?: NodeJS.Signals)

Source from the content-addressed store, hash-verified

425 * @deprecated
426 */
427 terminate(signal?: NodeJS.Signals) {
428 // todo: remove this next breaking release
429 return this.kill(signal)
430 }
431};
432
433// This interface is merged in with the above class definition

Callers

nothing calls this directly

Calls 1

killMethod · 0.95

Tested by

no test coverage detected