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

Method __init__

tests/test_ray_actor_manager.py:32–34  ·  view source on GitHub ↗
(self, method)

Source from the content-addressed store, hash-verified

30
31class FakeRemoteMethod:
32 def __init__(self, method):
33 self.method = method
34 self.remote_calls = []
35
36 def remote(self, *args, **kwargs):
37 self.remote_calls.append((args, kwargs))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected