MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / __init__

Method __init__

tests/utils/log_test.py:32–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class ModuleInActor2:
32 def __init__(self):
33 # module create in actor should automatically inherit the logger created by the root actor
34 self.logger = get_logger("module_in_actor2")
35 self.logger.info("ModuleInActor2 initialized")
36 self.logger.debug("ModuleInActor2 initialized")
37
38
39@ray.remote

Callers

nothing calls this directly

Calls 2

get_loggerFunction · 0.90
debugMethod · 0.80

Tested by

no test coverage detected