Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ RemoteProxy
Class
RemoteProxy
Lib/idlelib/rpc.py:500–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
499
500
class
RemoteProxy:
501
502
def
__init__(self, oid):
503
self.oid = oid
504
505
506
class
RPCHandler(socketserver.BaseRequestHandler, SocketIO):
Callers
1
remoteref
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…