Home
last modified time | relevance | path

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

/third_party/python/Lib/html/
Dparser.py342 self.handle_startendtag(tag, attrs)
425 def handle_startendtag(self, tag, attrs): member in HTMLParser
/third_party/python/Doc/library/
Dhtml.parser.rst124 implementations do nothing (except for :meth:`~HTMLParser.handle_startendtag`):
151 .. method:: HTMLParser.handle_startendtag(tag, attrs)
/third_party/python/Lib/test/
Dtest_htmlparser.py35 def handle_startendtag(self, tag, attrs): member in EventCollector