Searched defs:pipe_data_received (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/asyncio/ | ||
| D | protocols.py | 182 def pipe_data_received(self, fd, data): member in SubprocessProtocol |
| D | subprocess.py | 64 def pipe_data_received(self, fd, data): member in SubprocessStreamProtocol |
| /third_party/python/Lib/test/test_asyncio/ | ||
| D | test_events.py | 244 def pipe_data_received(self, fd, data): member in MySubprocessProtocol |