示例#1
0
 def get_chomp_tasks(self, **kwargs):
     return ChompTask.get(parent=self)
示例#2
0
 def claim_chomp_task(self):
     return ChompTask.create(parent=self)
示例#3
0
 def get_chomp_task(self, id):
     # id is schedule id
     return ChompTask.get(parent=self)