예제 #1
0
 def __init__(self, action, execution):
     EventHandler.__init__(self)
     self.action = action
     self.execution = execution
     self.execution.running = self.execution.running + 1
     self.execution.best_fanout = max(self.execution.best_fanout,
                                      self.execution.running)
예제 #2
0
파일: api.py 프로젝트: af-bull/sequencer
 def __init__(self, execution):
     EventHandler.__init__(self)
     self.execution = execution