Lines Matching refs:delay_seconds
117 def __init__(self, delay_seconds, callback, now_func=None):119 @param delay_seconds: The delay in seconds from now that this task122 least delay_seconds time has elapsed. It must return None127 assert delay_seconds > 0134 self.end_time = self._now_func() + delay_seconds