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

Method __init__

tests/test_ray_actor_manager.py:42–44  ·  view source on GitHub ↗
(self, instance, options)

Source from the content-addressed store, hash-verified

40
41class FakeActorHandle:
42 def __init__(self, instance, options):
43 self.instance = instance
44 self.options = options
45
46 def __getattr__(self, name):
47 return FakeRemoteMethod(getattr(self.instance, name))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected