Home
last modified time | relevance | path

Searched refs:pipe_data_received (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dprotocols.py176 def pipe_data_received(self, fd, data): member in SubprocessProtocol
Dsubprocess.py63 def pipe_data_received(self, fd, data): member in SubprocessStreamProtocol
Dbase_subprocess.py204 self._call(self._protocol.pipe_data_received, fd, data)
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst474 * - ``callback`` :meth:`pipe_data_received()
475 <SubprocessProtocol.pipe_data_received>`
Dasyncio-protocol.rst685 .. method:: SubprocessProtocol.pipe_data_received(fd, data)
1000 def pipe_data_received(self, fd, data):
1029 # pipe_data_received() method of the protocol.
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py219 def pipe_data_received(self, fd, data): member in MySubprocessProtocol
3085 self.assertIsNone(sp.pipe_data_received(1, f))