Exemplo n.º 1
0
 def reset(self):
     HTMLParser.reset(self)
     self.interesting = self.PARSETAG
Exemplo n.º 2
0
 def reset(self):
     HTMLParser.reset(self)
     self.interesting = self.PARSETAG
Exemplo n.º 3
0
 def reset(self):
     self.pieces = []
     HTMLParser.reset(self)
Exemplo n.º 4
0
    def reset(self):
        HTMLParser.reset(self)

        self.base_url = None
        self.current_link = None
        self.links = []
Exemplo n.º 5
0
 def reset(self):
     self.pieces = []
     HTMLParser.reset(self)
Exemplo n.º 6
0
    def reset(self):
        HTMLParser.reset(self)

        self.base_url = None
        self.current_link = None
        self.links = []
Exemplo n.º 7
0
 def reset(self):
     """Reset the list of values."""
     HTMLParser.reset(self)
     self.values = []