Searched refs:pipe_connection_lost (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | protocols.py | 183 def pipe_connection_lost(self, fd, exc): member in SubprocessProtocol
|
D | subprocess.py | 73 def pipe_connection_lost(self, fd, exc): member in SubprocessStreamProtocol
|
D | base_subprocess.py | 200 self._call(self._protocol.pipe_connection_lost, fd, exc)
|
/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 479 * - ``callback`` :meth:`pipe_connection_lost() 480 <SubprocessProtocol.pipe_connection_lost>`
|
D | asyncio-protocol.rst | 694 .. method:: SubprocessProtocol.pipe_connection_lost(fd, exc)
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_events.py | 224 def pipe_connection_lost(self, fd, exc): member in MySubprocessProtocol 3086 self.assertIsNone(sp.pipe_connection_lost(1, f))
|