MCPcopy Index your code
hub / github.com/apache/caldera / Parser

Class Parser

app/objects/secondclass/c_parser.py:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class Parser(BaseObject):
25
26 schema = ParserSchema()
27
28 @property
29 def unique(self):
30 return self.module
31
32 def __init__(self, module, parserconfigs):
33 super().__init__()
34 self.module = module
35 self.parserconfigs = parserconfigs

Callers 1

build_parserMethod · 0.70

Calls 1

ParserSchemaClass · 0.85

Tested by

no test coverage detected