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

Method init

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

Source from the content-addressed store, hash-verified

79 return self.initialized
80
81 def init(self, **kwargs):
82 self.initialized = True
83 self.init_calls.append(kwargs)
84
85 def remote(self, actor_class):
86 return FakeRemoteActorClass(self, actor_class)

Callers 2

_ensure_contextMethod · 0.80
ensure_runtimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected