def __init__(self, markov, sock, oSock): self.markov = markov asyncore.dispatcher_with_send.__init__(self, oSock) self.client = sock