Example #1
0
 def get_recurring_shift(self, id):
     return RecurringShift.get(parent=self, id=id)
Example #2
0
 def get_recurring_shift(self, id):
     return RecurringShift.get(parent=self, id=id)