MCPcopy Index your code
hub / github.com/python/cpython / get_remote_proxy

Method get_remote_proxy

Lib/idlelib/rpc.py:520–521  ·  view source on GitHub ↗
(self, oid)

Source from the content-addressed store, hash-verified

518 self.mainloop()
519
520 def get_remote_proxy(self, oid):
521 return RPCProxy(self, oid)
522
523
524class RPCClient(SocketIO):

Callers

nothing calls this directly

Calls 1

RPCProxyClass · 0.85

Tested by

no test coverage detected