Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
494
def
remoteref(obj):
495
oid = id(obj)
496
objecttable[oid] = obj
497
return
RemoteProxy(oid)
498
499
500
class
RemoteProxy:
Callers
1
localcall
Method · 0.85
Calls
2
id
Function · 0.85
RemoteProxy
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…