MCPcopy
hub / github.com/pyodide/pyodide / PyProxy

Interface PyProxy

src/core/pyproxy.ts:667–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665};
666
667export interface PyProxy {
668 [x: string]: any;
669}
670
671const dispose = Symbol.dispose ?? Symbol("dispose");
672

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…