Searched refs:pipe_connection_lost (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/asyncio/ | ||
H A D | protocols.py | 189 def pipe_connection_lost(self, fd, exc): member in SubprocessProtocol |
H A D | base_subprocess.py | 201 self._call(self._protocol.pipe_connection_lost, fd, exc) |
H A D | subprocess.py | 74 def pipe_connection_lost(self, fd, exc): member in SubprocessStreamProtocol |
/third_party/python/Lib/test/test_asyncio/ | ||
H A D | test_protocols.py | 61 self.assertIsNone(sp.pipe_connection_lost(1, f)) |
H A D | test_events.py | 249 def pipe_connection_lost(self, fd, exc): member in MySubprocessProtocol |
Completed in 5 milliseconds