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

Method __init__

modules/xml_merger.py:73–74  ·  view source on GitHub ↗
(self, config=None)

Source from the content-addressed store, hash-verified

71 """
72
73 def __init__(self, config=None):
74 super().__init__(config)
75
76 def process(self, context: ProcessingContext) -> ProcessingResult:
77 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected