Home
last modified time | relevance | path

Searched refs:connect_read_pipe (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py261 connect_read_pipe = self.loop.connect_read_pipe
264 transport, protocol = await connect_read_pipe(*args, **kw)
269 self.loop.connect_read_pipe = connect_read_pipe_mock
Dtest_events.py1439 t, p = await self.loop.connect_read_pipe(
1477 read_transport, _ = await loop.connect_read_pipe(
1507 t, p = await self.loop.connect_read_pipe(lambda: proto,
1651 read_connect = self.loop.connect_read_pipe(lambda: read_proto,
3053 await loop.connect_read_pipe(f, mock.sentinel.pipe)
Dtest_streams.py723 self.loop.connect_read_pipe(lambda: protocol, pipe))
/external/python/cpython3/Lib/asyncio/
Dbase_subprocess.py169 _, pipe = await loop.connect_read_pipe(
175 _, pipe = await loop.connect_read_pipe(
Devents.py459 async def connect_read_pipe(self, protocol_factory, pipe): member in AbstractEventLoop
Dbase_events.py1435 async def connect_read_pipe(self, protocol_factory, pipe): member in BaseEventLoop
/external/python/cpython3/Doc/library/
Dasyncio-platforms.rst43 * Pipes are not supported, so the :meth:`loop.connect_read_pipe`
Dasyncio-llapi-index.rst174 * - ``await`` :meth:`loop.connect_read_pipe`
308 :meth:`loop.connect_read_pipe`, etc:
Dasyncio-subprocess.rst110 :meth:`loop.connect_read_pipe`, :meth:`loop.connect_write_pipe`,
Dasyncio-protocol.rst106 the :meth:`loop.connect_read_pipe` event loop method and
531 :meth:`loop.connect_read_pipe`, and :meth:`loop.connect_write_pipe`
Dasyncio-eventloop.rst913 .. coroutinemethod:: loop.connect_read_pipe(protocol_factory, pipe)
1200 :meth:`~loop.connect_read_pipe`, or the
1206 :meth:`~loop.connect_read_pipe`, or one of