コード例 #1
0
 def undo(self):
     if (self.undoCommand): 
         self.undoOutput, self.undoError = logExecuteAndCheckErrorOutput(self.undoCommand, self.undoTextListToFind)
コード例 #2
0
 def __call__(self):
     self.doOutput, self.doError = logExecuteAndCheckErrorOutput(self.doCommand, self.doTextListToFind)