예제 #1
0
 def getTodosAll(self):
     """Return todos and all subtodos from tree."""
     return Item.getAllSubItemsFromList(self.todos)
예제 #2
0
 def getTasksAll(self):
     """Return tasks and all subtasks from tree."""
     return Item.getAllSubItemsFromList(self.tasks)