2010 October 12 / j|d|a|v|i|s|@|c|a|r|l|e|t|o|n|.|e|d|u

Delayer

A function (or method) call that is scheduled to take place sometime in the future.

__init__(self, endTime, function, arguments)

Initializes the task and adds it to the current window. At the specified endTime, the window will call the function on the arguments given in the sequence arguments.