def __init__(self, socket, name = "new"): socket.setblocking(0) self.socket = socket self.name = name