Package gozerbot :: Module periodical
[hide private]
[frames] | no frames]

Module periodical

source code

Classes [hide private]
  JobError
job error exception
  Job
job to be scheduled
  JobAt
job to run at a specific time/interval/repeat
  JobInterval
job to be scheduled at certain interval
  Periodical
periodical scheduler
Functions [hide private]
 
interval(sleeptime, repeat=0)
interval decorator
source code
 
at(start, interval=1, repeat=1)
at decorator
source code
 
minutely(function)
minute decorator
source code
 
hourly(function)
hour decorator
source code
 
daily(function)
day decorator
source code
Variables [hide private]
  plock = thread.allocate_lock()
  pidcount = 21
  periodical = Periodical()