Create write pipe transport.
(self, pipe, protocol, waiter=None,
extra=None)
| 527 | raise NotImplementedError |
| 528 | |
| 529 | def _make_write_pipe_transport(self, pipe, protocol, waiter=None, |
| 530 | extra=None): |
| 531 | """Create write pipe transport.""" |
| 532 | raise NotImplementedError |
| 533 | |
| 534 | async def _make_subprocess_transport(self, protocol, args, shell, |
| 535 | stdin, stdout, stderr, bufsize, |