Home | History | Annotate | Download | only in etree

Lines Matching defs:ParseError

64     "parse", "ParseError",
138 class ParseError(SyntaxError):
642 # @exception ParseError If the parser fails to parse the document.
1503 err = ParseError(value)