示例#1
0
 def get_current(self, type_ref=datetime):
     return croniter.get_current(self, type_ref)
示例#2
0
 def get_current(self, type_ref=datetime):
     return croniter.get_current(self, type_ref)
 def get_current(self, type_ref=datetime):
     """Get the current date as a datetime"""
     return croniter.get_current(self, type_ref)