MCPcopy Create free account
hub / github.com/apache/madlib / ParserError

Class ParserError

src/madpack/yaml/parser.py:69–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67from scanner import *
68
69class ParserError(MarkedYAMLError):
70 pass
71
72class Parser(object):
73 # Since writing a recursive-descendant parser is a straightforward task, we

Callers 7

parse_document_startMethod · 0.85
process_directivesMethod · 0.85
parse_nodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected