Beispiel #1
0
 def reset(self):
     BaseTracTool.reset(self)
     self._executed_stock_worklists = None
     self.__log_file_stream = None
     self._log_file_attachment = None
     self._comment = None
     self._ticket_number = None
Beispiel #2
0
 def reset(self):
     """
     Resets all value except for the instantiation arguments.
     """
     BaseTracTool.reset(self)
     self._ticket_id = None
     self._update_wrapper = None
     self._comment = None
Beispiel #3
0
 def reset(self):
     """
     Resets all values except for the instantiation values.
     """
     BaseTracTool.reset(self)
     self.__experiment_type_id = None
     self.__comment = None
     self.__description = dict()
     self.__excel_stream = None
     self.__info_stream = None
     self.__assign_stream = None
     self.__attachments = []
Beispiel #4
0
 def reset(self):
     """
     Resets all values except for the instantiation values.
     """
     BaseTracTool.reset(self)
     self.__experiment_type_id = None
     self.__comment = None
     self.__description = dict()
     self.__excel_stream = None
     self.__info_stream = None
     self.__assign_stream = None
     self.__attachments = []
Beispiel #5
0
 def reset(self):
     BaseTracTool.reset(self)
     self._ticket = None
Beispiel #6
0
 def reset(self):
     BaseTracTool.reset(self)
     self._ticket = None
Beispiel #7
0
 def reset(self):
     """
     Resets all value except for the instantiation arguments.
     """
     BaseTracTool.reset(self)
     self._ticket = None