(self, protocol_factory, cmd, *,
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
**kwargs)
| 563 | raise NotImplementedError |
| 564 | |
| 565 | async def subprocess_shell(self, protocol_factory, cmd, *, |
| 566 | stdin=subprocess.PIPE, |
| 567 | stdout=subprocess.PIPE, |
| 568 | stderr=subprocess.PIPE, |
| 569 | **kwargs): |
| 570 | raise NotImplementedError |
| 571 | |
| 572 | async def subprocess_exec(self, protocol_factory, *args, |
| 573 | stdin=subprocess.PIPE, |
no outgoing calls