Home | History | Annotate | Download | only in codereview

Lines Matching refs:HTMLParser

2281 from HTMLParser import HTMLParser
2284 class FormParser(HTMLParser):
2289 HTMLParser.__init__(self)