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

Method emit

index.ts:436–436  ·  view source on GitHub ↗
(event: string | symbol, ...args: any[])

Source from the content-addressed store, hash-verified

434export interface PythonShell {
435 addListener(event: string, listener: (...args: any[]) => void): this;
436 emit(event: string | symbol, ...args: any[]): boolean;
437 on(event: string, listener: (...args: any[]) => void): this;
438 once(event: string, listener: (...args: any[]) => void): this;
439 prependListener(event: string, listener: (...args: any[]) => void): this;

Callers 2

constructorMethod · 0.95
terminateIfNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected