Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ remoteref
Function
remoteref
tools/python-3.11.9-amd64/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
RemoteProxy
Class · 0.85
id
Function · 0.50
Tested by
no test coverage detected