Home
last modified time | relevance | path

Searched refs:handle_decl (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/html/
Dparser.py269 self.handle_decl(rawdata[i+2:gtpos])
454 def handle_decl(self, decl): member in HTMLParser
/third_party/python/Doc/library/
Dhtml.parser.rst194 .. method:: HTMLParser.handle_decl(decl)
264 def handle_decl(self, data):
/third_party/python/Lib/
D_markupbase.py104 self.handle_decl(data)
/third_party/python/Lib/test/
Dtest_htmlparser.py52 def handle_decl(self, data): member in EventCollector
/third_party/python/Misc/
DHISTORY25061 - sgmllib.py now calls handle_decl() for simple <!...> declarations.