Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
H A Dprotocols.py182 def pipe_data_received(self, fd, data): member in SubprocessProtocol
H A Dbase_subprocess.py205 self._call(self._protocol.pipe_data_received, fd, data)
H A Dsubprocess.py64 def pipe_data_received(self, fd, data): member in SubprocessStreamProtocol
/third_party/python/Lib/test/test_asyncio/
H A Dtest_protocols.py60 self.assertIsNone(sp.pipe_data_received(1, f))
H A Dtest_events.py244 def pipe_data_received(self, fd, data): member in MySubprocessProtocol

Completed in 7 milliseconds