MCPcopy Create free account
hub / github.com/ablab/spades / ParserError

Class ParserError

ext/src/python_libs/pyyaml3/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:
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