Home
last modified time | relevance | path

Searched refs:SGMLParseError (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dsgmllib.py44 class SGMLParseError(RuntimeError): class
111 raise SGMLParseError(message)
Dhtmllib.py19 class HTMLParseError(sgmllib.SGMLParseError):
/external/python/cpython2/Lib/test/
Dtest_sgmllib.py131 except sgmllib.SGMLParseError:
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py86 from sgmllib import SGMLParser, SGMLParseError
1464 except SGMLParseError:
/external/python/cpython2/Doc/library/
Dsgmllib.rst40 .. exception:: SGMLParseError
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py405 except sgmllib.SGMLParseError, msg: