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

Method is_initialized

tests/test_ray_actor_manager.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 self.shutdown_calls = 0
77
78 def is_initialized(self):
79 return self.initialized
80
81 def init(self, **kwargs):
82 self.initialized = True

Callers 5

ensure_runtimeMethod · 0.80
_init_distributedFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected