Ejemplo n.º 1
0
 def formated_cook_time(self):
     return formated_time(self.cook_time)
Ejemplo n.º 2
0
 def formated_cook_time(self):
     return formated_time(self.cook_time)
Ejemplo n.º 3
0
 def formated_prep_time(self):
     return formated_time(self.prep_time)
Ejemplo n.º 4
0
 def formated_prep_time(self):
     return formated_time(self.prep_time)