Create read pipe transport.
(self, pipe, protocol, waiter=None,
extra=None)
| 522 | raise NotImplementedError |
| 523 | |
| 524 | def _make_read_pipe_transport(self, pipe, protocol, waiter=None, |
| 525 | extra=None): |
| 526 | """Create read pipe transport.""" |
| 527 | raise NotImplementedError |
| 528 | |
| 529 | def _make_write_pipe_transport(self, pipe, protocol, waiter=None, |
| 530 | extra=None): |