Home
last modified time | relevance | path

Searched defs:pipe_data_received (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/asyncio/
Dprotocols.py186 def pipe_data_received(self, fd, data): member in SubprocessProtocol
Dsubprocess.py64 def pipe_data_received(self, fd, data): member in SubprocessStreamProtocol
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py243 def pipe_data_received(self, fd, data): member in MySubprocessProtocol