Get transport for pipe with number fd.
(self, fd)
| 213 | raise NotImplementedError |
| 214 | |
| 215 | def get_pipe_transport(self, fd): |
| 216 | """Get transport for pipe with number fd.""" |
| 217 | raise NotImplementedError |
| 218 | |
| 219 | def send_signal(self, signal): |
| 220 | """Send signal to subprocess. |
no outgoing calls