Searched refs:connect_write_pipe (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Doc/library/ |
D | asyncio-platforms.rst | 54 and :meth:`loop.connect_write_pipe` methods are not implemented.
|
D | asyncio-llapi-index.rst | 177 * - ``await`` :meth:`loop.connect_write_pipe` 328 :meth:`loop.connect_write_pipe`, etc:
|
D | asyncio-subprocess.rst | 126 :meth:`loop.connect_read_pipe`, :meth:`loop.connect_write_pipe`,
|
D | asyncio-eventloop.rst | 1016 .. 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`
|
D | asyncio-protocol.rst | 101 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/ |
D | base_subprocess.py | 162 _, pipe = await loop.connect_write_pipe(
|
D | events.py | 485 async def connect_write_pipe(self, protocol_factory, pipe): member in AbstractEventLoop
|
D | base_events.py | 1560 async def connect_write_pipe(self, protocol_factory, pipe): member in BaseEventLoop
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_events.py | 1377 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/ |
D | 3.8.0b1.rst | 931 :func:`asyncio.connect_write_pipe` factories to open :class:`asyncio.Stream`
|