Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/bs4/
Dbs4_fuzzer.py27 HTMLParseError = HTMLParser.HTMLParseError variable
32 class HTMLParseError(Exception): class
49 except HTMLParseError:
/external/python/cpython2/Lib/
Dhtmllib.py19 class HTMLParseError(sgmllib.SGMLParseError): class
45 raise HTMLParseError(message)
DHTMLParser.py57 class HTMLParseError(Exception): class
124 raise HTMLParseError(message, self.getpos())
/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
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1434 :exc:`~html.parser.HTMLParseError` exception are now deprecated.
/external/python/cpython3/Misc/
DHISTORY7227 - Issue #15114: the strict mode of HTMLParser and the HTMLParseError exception