Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
667
export
interface
PyProxy {
668
[x: string]: any;
669
}
670
671
const
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…