예제 #1
0
 def save(self):
     self._save(robotapi.get_timestamp())
예제 #2
0
 def save(self):
     self._save(robotapi.get_timestamp())
예제 #3
0
 def _mark_data_modified(self, update_starttime=True):
     DATA_MODIFIED.modified()
     self.is_modified = True
     if update_starttime:
         self.starttime = robotapi.get_timestamp()
예제 #4
0
 def _mark_data_modified(self, update_starttime=True):
     DATA_MODIFIED.modified()
     self.is_modified = True
     if update_starttime:
         self.starttime = robotapi.get_timestamp()