Lines Matching defs:select
11 import select
205 self.orig_pty_select = pty.select
213 pty.select = self.orig_pty_select
244 # Expect two select calls, the last one will cause IndexError
245 pty.select = self._mock_select
254 rfds = select.select([read_from_stdout_fd, masters[1]], [], [], 0)[0]
273 # Expect two select calls, the last one will cause IndexError
274 pty.select = self._mock_select
278 # both encountered an EOF before the second select call.