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

Method build_parser

app/objects/secondclass/c_parser.py:13–14  ·  view source on GitHub ↗
(self, data, **_)

Source from the content-addressed store, hash-verified

11
12 @ma.post_load()
13 def build_parser(self, data, **_):
14 return Parser(**data)
15
16 @ma.post_dump()
17 def prepare_parser(self, data, **_):

Callers

nothing calls this directly

Calls 1

ParserClass · 0.70

Tested by

no test coverage detected