MCPcopy Create free account
hub / github.com/BIT-DataLab/Edit-Banana / __init__

Method __init__

modules/refinement_processor.py:130–133  ·  view source on GitHub ↗
(self, config=None)

Source from the content-addressed store, hash-verified

128 }
129
130 def __init__(self, config=None):
131 super().__init__(config)
132 # 合并用户配置和默认配置
133 self.refine_config = {**self.DEFAULT_CONFIG, **(config or {})}
134
135 def process(self, context: ProcessingContext) -> ProcessingResult:
136 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected