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

Method __init__

tests/utils/log_test.py:43–46  ·  view source on GitHub ↗
(self, parent_name, log_level)

Source from the content-addressed store, hash-verified

41 """An actor created inside an actor"""
42
43 def __init__(self, parent_name, log_level):
44 self.logger = get_logger(f"{parent_name}_nested", in_ray_actor=True, level=log_level)
45 self.logger.info("ActorInActor initialized")
46 self.logger.debug("ActorInActor initialized")
47
48
49@ray.remote

Callers

nothing calls this directly

Calls 2

get_loggerFunction · 0.90
debugMethod · 0.80

Tested by

no test coverage detected