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

Method __init__

tests/test_ray_actor_manager.py:51–54  ·  view source on GitHub ↗
(self, fake_ray, actor_class, options=None)

Source from the content-addressed store, hash-verified

49
50class FakeRemoteActorClass:
51 def __init__(self, fake_ray, actor_class, options=None):
52 self.fake_ray = fake_ray
53 self.actor_class = actor_class
54 self._options = dict(options or {})
55
56 def options(self, **kwargs):
57 merged = dict(self._options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected