Searched defs:loop_period (Results 1 – 2 of 2) sorted by relevance
1619 def create_recurring_job(self, start_date, loop_period, loop_count, owner): argument1991 loop_period = dbmodels.IntegerField(blank=True) variable in RecurringRun
1527 def create_recurring_run(job_id, start_date, loop_period, loop_count): argument