Example #1
0
 def reset(self):
     self._data_is_title = False
     self._data_is_comment = False
     self.output = None
     self._current = None
     self._container = []
     HTMLParser.reset(self)
Example #2
0
 def reset(self):
     self.text = []
     self.__in_hlink = False
     HTMLParser.reset(self)
Example #3
0
 def reset(self):
   """Reset the parser to clean state."""
   HTMLParser.reset(self)
   self.urls = []
Example #4
0
 def reset(self):
     self.text = []
     self.__in_hlink = False
     HTMLParser.reset(self)
Example #5
0
 def reset(self):
     HTMLParser.reset(self)
     self.timeflag = 0
     self.tempflag = 0
     self.precipflag = 0