コード例 #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
ファイル: scheduler.py プロジェクト: petrvanblokland/Xierpa3
 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())