Exemplo n.º 1
0
 def __init__(self):
     HTMLParser.__init__(self)
     self.html = str()
Exemplo n.º 2
0
 def __init__(self):
     HTMLParser.__init__(self, convert_charrefs=False)
     self.html = str()
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     HTMLParser.__init__(self, *args, **kwargs)
     self.is_idle = 0
     self.last_abbr = None
     self.last_link = None
     self.text_fragments = []
Exemplo n.º 4
0
 def __init__(self):
     HTMLParser.__init__(self, convert_charrefs=False)
     self.html = str()
Exemplo n.º 5
0
 def __init__(self, *args, **kwargs):
     HTMLParser.__init__(self, *args, **kwargs)
     self.open_tags = []