How to use the croniter.croniter.croniter.get_current function in croniter

To help you get started, we’ve selected a few croniter examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github achaudhry / adhan / crontab / crontab.py View on Github external
def get_current(self, type_ref=datetime):
                return croniter.get_current(self, type_ref)
github Stumblinbear / Prism / prism / plugins- / system / crontab / crontab.py View on Github external
def get_current(self, type_ref=datetime):
				return croniter.get_current(self, type_ref)