Searched refs:pipe_connection_lost (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | protocols.py | 193 def pipe_connection_lost(self, fd, exc): member in SubprocessProtocol
|
D | subprocess.py | 75 def pipe_connection_lost(self, fd, exc): member in SubprocessStreamProtocol
|
D | base_subprocess.py | 201 self._call(self._protocol.pipe_connection_lost, fd, exc)
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_protocols.py | 55 self.assertIsNone(sp.pipe_connection_lost(1, f))
|
D | test_events.py | 227 def pipe_connection_lost(self, fd, exc): member in MySubprocessProtocol
|
/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 | 699 .. method:: SubprocessProtocol.pipe_connection_lost(fd, exc)
|