Home
last modified time | relevance | path

Searched refs:handle_startendtag (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
DHTMLParser.py325 self.handle_startendtag(tag, attrs)
406 def handle_startendtag(self, tag, attrs): member in HTMLParser
/external/python/cpython2/Doc/library/
Dhtmlparser.rst142 implementations do nothing (except for :meth:`~HTMLParser.handle_startendtag`):
170 .. method:: HTMLParser.handle_startendtag(tag, attrs)
/external/python/cpython2/Lib/test/
Dtest_htmlparser.py36 def handle_startendtag(self, tag, attrs): member in EventCollector