Searched refs:pipe_data_received (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | protocols.py | 186 def pipe_data_received(self, fd, data): member in SubprocessProtocol
|
D | subprocess.py | 65 def pipe_data_received(self, fd, data): member in SubprocessStreamProtocol
|
D | base_subprocess.py | 205 self._call(self._protocol.pipe_data_received, fd, data)
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_protocols.py | 54 self.assertIsNone(sp.pipe_data_received(1, f))
|
D | test_events.py | 222 def pipe_data_received(self, fd, data): member in MySubprocessProtocol
|
/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 474 * - ``callback`` :meth:`pipe_data_received() 475 <SubprocessProtocol.pipe_data_received>`
|
D | asyncio-protocol.rst | 690 .. method:: SubprocessProtocol.pipe_data_received(fd, data) 1006 def pipe_data_received(self, fd, data): 1035 # pipe_data_received() method of the protocol.
|