예제 #1
0
 def hasTask(self):
     u"""
     <doc>
     The <code>hasTask</code> method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     </doc>
     """
     return bool(Task.peek())
예제 #2
0
 def hasTask(self):
     u"""
     
     The ``hasTask`` method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     
     """
     return bool(Task.peek())
예제 #3
0
 def hasTask(self):
     u"""
     
     The ``hasTask`` method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     
     """
     return bool(Task.peek())
예제 #4
0
파일: scheduler.py 프로젝트: math-u/Xierpa3
 def hasTask(self):
     u"""
     <doc>
     The <code>hasTask</code> method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     </doc>
     """
     return bool(Task.peek())