MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / remote

Method remote

tests/test_ray_actor_manager.py:36–38  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

34 self.remote_calls = []
35
36 def remote(self, *args, **kwargs):
37 self.remote_calls.append((args, kwargs))
38 return FakeObjectRef(self.method(*args, **kwargs))
39
40
41class FakeActorHandle:

Callers

nothing calls this directly

Calls 1

FakeObjectRefClass · 0.85

Tested by

no test coverage detected