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

Class ParserConfig

app/objects/secondclass/c_parserconfig.py:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class ParserConfig(BaseObject):
37
38 schema = ParserConfigSchema()
39
40 def __init__(self, source, edge=None, target=None, custom_parser_vals=None):
41 super().__init__()
42 self.source = source
43 self.edge = edge
44 self.target = target
45 self.custom_parser_vals = custom_parser_vals

Callers 1

build_parserconfigMethod · 0.85

Calls 1

ParserConfigSchemaClass · 0.85

Tested by

no test coverage detected