Home
last modified time | relevance | path

Searched refs:connect_write_pipe (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-platforms.rst44 and :meth:`loop.connect_write_pipe` methods are not implemented.
Dasyncio-llapi-index.rst177 * - ``await`` :meth:`loop.connect_write_pipe`
328 :meth:`loop.connect_write_pipe`, etc:
Dasyncio-subprocess.rst110 :meth:`loop.connect_read_pipe`, :meth:`loop.connect_write_pipe`,
Dasyncio-protocol.rst97 the :meth:`loop.connect_write_pipe` event loop method and
531 :meth:`loop.connect_read_pipe`, and :meth:`loop.connect_write_pipe`
Dasyncio-eventloop.rst929 .. coroutinemethod:: loop.connect_write_pipe(protocol_factory, pipe)
1194 :meth:`~loop.connect_write_pipe`, or the
/external/python/cpython3/Lib/asyncio/
Dbase_subprocess.py163 _, pipe = await loop.connect_write_pipe(
Devents.py472 async def connect_write_pipe(self, protocol_factory, pipe): member in AbstractEventLoop
Dbase_events.py1451 async def connect_write_pipe(self, protocol_factory, pipe): member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py1479 write_transport, _ = await loop.connect_write_pipe(
1540 connect = self.loop.connect_write_pipe(lambda: proto, pipeobj)
1580 connect = self.loop.connect_write_pipe(lambda: proto, pipeobj)
1605 connect = self.loop.connect_write_pipe(lambda: proto, slave_write_obj)
1662 write_connect = self.loop.connect_write_pipe(lambda: write_proto,
3055 await loop.connect_write_pipe(f, mock.sentinel.pipe)