def __init__(self, secs, f, *args, **kw): self.seconds = secs self.f = f self.args = args self.kw = kw