Home
last modified time | relevance | path

Searched refs:report_unbalanced (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dsgmllib.py362 self.report_unbalanced(tag)
388 def report_unbalanced(self, tag): member in SGMLParser
/external/python/cpython2/Doc/library/
Dsgmllib.rst207 .. method:: SGMLParser.report_unbalanced(tag)
/external/python/cpython2/Misc/
DHISTORY11698 - In sgmllib.py, restore the call to report_unbalanced() that was lost
/external/python/cpython3/Misc/
DHISTORY29077 - In sgmllib.py, restore the call to report_unbalanced() that was lost