Home | History | Annotate | Download | only in asyncio

Lines Matching refs:_protocol

19         self._protocol = protocol
90 self._protocol = protocol
93 return self._protocol
188 loop.call_soon(self._protocol.connection_made, self)
206 self._call(self._protocol.pipe_connection_lost, fd, exc)
210 self._call(self._protocol.pipe_data_received, fd, data)
223 self._call(self._protocol.process_exited)
255 self._protocol.connection_lost(exc)
259 self._protocol = None
283 self.proc._protocol.pause_writing()
286 self.proc._protocol.resume_writing()