MCPcopy 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
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

RemoteProxyClass · 0.85
idFunction · 0.50

Tested by

no test coverage detected