Lines Matching defs:select
8 import os, sys, pty, select, termios, fcntl
129 r, w, x = select.select([shell_fd, inpipe_fd], fds, [], 0.5)
796 r, w, x = select.select([fd], [], [], 0.05)
914 r, w, x = select.select([fd], [], [], timeout)
973 r, w, x = select.select([fd], [], [],
975 except (select.error, TypeError):