MCPcopy Create free account
hub / github.com/awolverp/markupever / errors

Method errors

python/markupever/parser.py:89–93  ·  view source on GitHub ↗

Returns the errors which are detected while parsing.

(self)

Source from the content-addressed store, hash-verified

87 return dom
88
89 def errors(self) -> typing.List[str]:
90 """
91 Returns the errors which are detected while parsing.
92 """
93 return self.__raw.errors()
94
95 @property
96 def quirks_mode(self) -> int:

Callers 2

test_parser_generatorsFunction · 0.95
test_parserFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_parser_generatorsFunction · 0.76
test_parserFunction · 0.76