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

Method __init__

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

Source from the content-addressed store, hash-verified

23
24class ModuleInActor:
25 def __init__(self):
26 self.logger = get_logger("module_in_actor", in_ray_actor=True)
27 self.logger.info("ModuleInActor initialized")
28 self.logger.debug("ModuleInActor initialized")
29
30
31class ModuleInActor2:

Callers

nothing calls this directly

Calls 2

get_loggerFunction · 0.90
debugMethod · 0.80

Tested by

no test coverage detected