class documentation

class HTMLParser(etree.HTMLParser):

View In Hierarchy

An HTML parser that is configured to return lxml.html Element objects.
Method __init__ Undocumented
def __init__(self, **kwargs):

Undocumented