Example #1
0
 def reset(self):
     """
     Resets the tool's :attr:`log`, its :attr:`return_value`.
     """
     MessageRecorder.reset(self)
     self.return_value = None
     if self._is_root:
         initialize_semiconstant_caches()
     self.add_info('Reset.')
Example #2
0
 def reset(self):
     """
     Resets the tool's :attr:`log`, its :attr:`return_value`.
     """
     MessageRecorder.reset(self)
     self.return_value = None
     if self._is_root:
         initialize_semiconstant_caches()
     self.add_info('Reset.')
Example #3
0
 def reset(self):
     """
     Resets the parser. Call this before running the parser.
     """
     MessageRecorder.reset(self)
     self.has_run = False
Example #4
0
 def reset(self):
     """
     Resets the parser. Call this before running the parser.
     """
     MessageRecorder.reset(self)
     self.has_run = False