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

Method on

index.ts:437–437  ·  view source on GitHub ↗
(event: string, listener: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

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;
440 prependOnceListener(event: string, listener: (...args: any[]) => void): this;

Callers 3

runMethod · 0.95
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected