| 313 | |
| 314 | |
| 315 | class ReadSubprocessPipeProto(WriteSubprocessPipeProto, |
| 316 | protocols.Protocol): |
| 317 | |
| 318 | def data_received(self, data): |
| 319 | self.proc._pipe_data_received(self.fd, data) |
no outgoing calls
no test coverage detected
searching dependent graphs…