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

Lines Matching full:fileno

1400         fd = sys.stdin.fileno()
2070 rd, wr, ex = select.select([self.socket.fileno()], [], [], 1)