(self, protocol_factory, *args,
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
**kwargs)
| 570 | raise NotImplementedError |
| 571 | |
| 572 | async def subprocess_exec(self, protocol_factory, *args, |
| 573 | stdin=subprocess.PIPE, |
| 574 | stdout=subprocess.PIPE, |
| 575 | stderr=subprocess.PIPE, |
| 576 | **kwargs): |
| 577 | raise NotImplementedError |
| 578 | |
| 579 | # Ready-based callback registration methods. |
| 580 | # The add_*() methods return None. |
no outgoing calls