Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dasyncio-platforms.rst54 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.rst126 :meth:`loop.connect_read_pipe`, :meth:`loop.connect_write_pipe`,
Dasyncio-eventloop.rst1016 .. coroutinemethod:: loop.connect_write_pipe(protocol_factory, pipe)
1287 :meth:`~loop.connect_write_pipe`
1299 :meth:`~loop.connect_write_pipe`
1311 :meth:`~loop.connect_write_pipe`
Dasyncio-protocol.rst101 the :meth:`loop.connect_write_pipe` event loop method and
539 :meth:`loop.connect_read_pipe`, and :meth:`loop.connect_write_pipe`
/third_party/python/Lib/asyncio/
Dbase_subprocess.py162 _, pipe = await loop.connect_write_pipe(
Devents.py485 async def connect_write_pipe(self, protocol_factory, pipe): member in AbstractEventLoop
Dbase_events.py1560 async def connect_write_pipe(self, protocol_factory, pipe): member in BaseEventLoop
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py1377 write_transport, _ = await loop.connect_write_pipe(
1439 connect = self.loop.connect_write_pipe(lambda: proto, pipeobj)
1479 connect = self.loop.connect_write_pipe(lambda: proto, pipeobj)
1505 connect = self.loop.connect_write_pipe(lambda: proto, slave_write_obj)
1563 write_connect = self.loop.connect_write_pipe(lambda: write_proto,
2539 await loop.connect_write_pipe(f, mock.sentinel.pipe)
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst931 :func:`asyncio.connect_write_pipe` factories to open :class:`asyncio.Stream`