Searched refs:inpipe_fd (Results 1 – 1 of 1) sorted by relevance
104 inpipe_fd = os.open(inpipe_filename, os.O_RDWR) variable129 r, w, x = select.select([shell_fd, inpipe_fd], fds, [], 0.5)157 if inpipe_fd in r:158 data = os.read(inpipe_fd, 1024)178 os.close(inpipe_fd)