Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_remote_proxy
Method
get_remote_proxy
Lib/idlelib/rpc.py:546–547 ·
view source on GitHub ↗
(self, oid)
Source
from the content-addressed store, hash-verified
544
raise
OSError
545
546
def
get_remote_proxy(self, oid):
547
return
RPCProxy(self, oid)
548
549
550
class
RPCProxy:
Callers
2
handle
Method · 0.45
stackviewer
Method · 0.45
Calls
1
RPCProxy
Class · 0.85
Tested by
no test coverage detected