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