Lines Matching refs:pipe
1367 rpipe, wpipe = os.pipe()
1394 self.assertIsNotNone(proto.transport.get_extra_info('pipe'))
1404 rpipe, wpipe = os.pipe()
1464 self.assertIsNotNone(proto.transport.get_extra_info('pipe'))
1469 rpipe, wpipe = os.pipe()
1498 self.assertIsNotNone(proto.transport.get_extra_info('pipe'))
1566 self.assertIsNotNone(proto.transport.get_extra_info('pipe'))
2011 # After closing the read-end of a pipe, writing to the
2564 await loop.connect_read_pipe(f, mock.sentinel.pipe)
2566 await loop.connect_write_pipe(f, mock.sentinel.pipe)