Home
last modified time | relevance | path

Searched refs:pipe_connection_lost (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dprotocols.py189 def pipe_connection_lost(self, fd, exc): member in SubprocessProtocol
H A Dbase_subprocess.py201 self._call(self._protocol.pipe_connection_lost, fd, exc)
H A Dsubprocess.py74 def pipe_connection_lost(self, fd, exc): member in SubprocessStreamProtocol
/third_party/python/Lib/test/test_asyncio/
H A Dtest_protocols.py61 self.assertIsNone(sp.pipe_connection_lost(1, f))
H A Dtest_events.py249 def pipe_connection_lost(self, fd, exc): member in MySubprocessProtocol

Completed in 5 milliseconds