Searched refs:select_fds (Results 1 – 2 of 2) sorted by relevance
98 def __init__(self, select_fds=_DEFAULT, read_contents=None, ts=_DEFAULT): argument99 self.select_fds = select_fds138 if o.select_fds == _DEFAULT:140 o.select_fds = []142 o.select_fds = [fake_stdout_fileno]162 return (self._output_sequence[self._output_seq_index].select_fds,
353 select_fds = list()363 select_fds.append(tmp_fd)365 if select_fds:369 ready_list, _, _ = select(select_fds, [], [], timeout)