Home
last modified time | relevance | path

Searched refs:pipe_connection_lost (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dprotocols.py193 def pipe_connection_lost(self, fd, exc): member in SubprocessProtocol
Dsubprocess.py75 def pipe_connection_lost(self, fd, exc): member in SubprocessStreamProtocol
Dbase_subprocess.py201 self._call(self._protocol.pipe_connection_lost, fd, exc)
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_protocols.py55 self.assertIsNone(sp.pipe_connection_lost(1, f))
Dtest_events.py227 def pipe_connection_lost(self, fd, exc): member in MySubprocessProtocol
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst479 * - ``callback`` :meth:`pipe_connection_lost()
480 <SubprocessProtocol.pipe_connection_lost>`
Dasyncio-protocol.rst699 .. method:: SubprocessProtocol.pipe_connection_lost(fd, exc)