Home | History | Annotate | Download | only in python2.7

Lines Matching refs:rd

2070                 rd, wr, ex = select.select([self.socket.fileno()], [], [], 1)
2071 if rd: self.handle_request()