MCPcopy 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
550class RPCProxy:

Callers 2

handleMethod · 0.45
stackviewerMethod · 0.45

Calls 1

RPCProxyClass · 0.85

Tested by

no test coverage detected