MCPcopy Create free account
hub / github.com/KnowledgeXLab/LeanRAG / __init__

Method __init__

tools/logger_factory.py:130–133  ·  view source on GitHub ↗
(self, logger, level=logging.INFO)

Source from the content-addressed store, hash-verified

128 for step in tqdm(range(total_steps), desc="xxx", file=tqdm_out):
129 '''
130 def __init__(self, logger, level=logging.INFO):
131 self.logger = logger
132 self.level = level
133 self.buf = ''
134
135 def write(self, buf):
136 # 去除多余的空白字符,记录非空的进度信息

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected