Searched refs:parse_starttag (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/html/ | ||
H A D | parser.py | 170 k = self.parse_starttag(i) 300 def parse_starttag(self, i): member in HTMLParser 311 assert match, 'unexpected call to parse_starttag()' |
Completed in 1 milliseconds