MCPcopy 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
500class RemoteProxy:
501
502 def __init__(self, oid):
503 self.oid = oid
504
505
506class RPCHandler(socketserver.BaseRequestHandler, SocketIO):

Callers 1

remoterefFunction · 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…