Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RL-Align/RL-Kernel
/ __init__
Method
__init__
tests/test_ray_actor_manager.py:27–28 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
25
26
class
FakeObjectRef:
27
def
__init__(self, value):
28
self.value = value
29
30
31
class
FakeRemoteMethod:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected