Searched refs:pipe_data_received (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/asyncio/ | ||
H A D | protocols.py | 182 def pipe_data_received(self, fd, data): member in SubprocessProtocol |
H A D | base_subprocess.py | 205 self._call(self._protocol.pipe_data_received, fd, data) |
H A D | subprocess.py | 64 def pipe_data_received(self, fd, data): member in SubprocessStreamProtocol |
/third_party/python/Lib/test/test_asyncio/ | ||
H A D | test_protocols.py | 60 self.assertIsNone(sp.pipe_data_received(1, f)) |
H A D | test_events.py | 244 def pipe_data_received(self, fd, data): member in MySubprocessProtocol |
Completed in 5 milliseconds