def __init__(self,sock,time_fn): self.time_fn = time_fn asyncore.dispatcher_with_send.__init__(self,sock)