Home
last modified time | relevance | path

Searched refs:HTMLParseError (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
DHTMLParser.py57 class HTMLParseError(Exception): class
124 raise HTMLParseError(message, self.getpos())
Dhtmllib.py19 class HTMLParseError(sgmllib.SGMLParseError): class
45 raise HTMLParseError(message)
/external/python/cpython2/Lib/test/
Dtest_htmlparser.py94 self.assertRaises(HTMLParser.HTMLParseError, parse)
/external/python/cpython2/Doc/library/
Dhtmllib.rst71 .. exception:: HTMLParseError
Dhtmlparser.rst46 .. exception:: HTMLParseError