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

Method options

tests/test_ray_actor_manager.py:56–60  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

54 self._options = dict(options or {})
55
56 def options(self, **kwargs):
57 merged = dict(self._options)
58 merged.update(kwargs)
59 self.fake_ray.option_calls.append(merged)
60 return FakeRemoteActorClass(self.fake_ray, self.actor_class, merged)
61
62 def remote(self, *args, **kwargs):
63 actor = FakeActorHandle(self.actor_class(*args, **kwargs), dict(self._options))

Callers 1

create_worker_actorMethod · 0.80

Calls 1

Tested by

no test coverage detected