예제 #1
0
파일: task.py 프로젝트: ilustreous/ipython
 def can_task(self):
     self.function = can(self.function)
     BaseTask.can_task(self)
예제 #2
0
 def can_task(self):
     self.function = can(self.function)
     BaseTask.can_task(self)
예제 #3
0
파일: task.py 프로젝트: ilustreous/ipython
 def can_task(self):
     self.depend = can(self.depend)
     if isinstance(self.recovery_task, BaseTask):
         self.recovery_task.can_task()
예제 #4
0
 def can_task(self):
     self.depend = can(self.depend)
     if isinstance(self.recovery_task, BaseTask):
         self.recovery_task.can_task()