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

Function remoteref

Lib/idlelib/rpc.py:494–497  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

492
493
494def remoteref(obj):
495 oid = id(obj)
496 objecttable[oid] = obj
497 return RemoteProxy(oid)
498
499
500class RemoteProxy:

Callers 1

localcallMethod · 0.85

Calls 2

idFunction · 0.85
RemoteProxyClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…