Lines Matching refs:pipe
70 info.append(f'stdin={stdin.pipe}')
75 info.append(f'stdout=stderr={stdout.pipe}')
78 info.append(f'stdout={stdout.pipe}')
80 info.append(f'stderr={stderr.pipe}')
104 proto.pipe.close()
136 return self._pipes[fd].pipe
162 _, pipe = await loop.connect_write_pipe(
165 self._pipes[0] = pipe
168 _, pipe = await loop.connect_read_pipe(
171 self._pipes[1] = pipe
174 _, pipe = await loop.connect_read_pipe(
177 self._pipes[2] = pipe
260 self.pipe = None
264 self.pipe = transport
267 return f'<{self.__class__.__name__} fd={self.fd} pipe={self.pipe!r}>'