Ejemplo n.º 1
0
 def get_prev(self, type_ref=datetime):
     return croniter.get_prev(self, type_ref)
Ejemplo n.º 2
0
 def get_prev(self, type_ref=datetime):
     return croniter.get_prev(self, type_ref)
Ejemplo n.º 3
0
 def get_prev(self, type_ref=datetime):
     """Get the previous date as a datetime"""
     return croniter.get_prev(self, type_ref)