Searched refs:connect_read_pipe (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/asyncio/ |
D | base_subprocess.py | 168 _, pipe = await loop.connect_read_pipe( 174 _, pipe = await loop.connect_read_pipe(
|
D | events.py | 472 async def connect_read_pipe(self, protocol_factory, pipe): member in AbstractEventLoop
|
D | base_events.py | 1544 async def connect_read_pipe(self, protocol_factory, pipe): member in BaseEventLoop
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_subprocess.py | 275 connect_read_pipe = self.loop.connect_read_pipe 278 transport, protocol = await connect_read_pipe(*args, **kw) 283 self.loop.connect_read_pipe = connect_read_pipe_mock
|
D | test_events.py | 1337 t, p = await self.loop.connect_read_pipe( 1375 read_transport, _ = await loop.connect_read_pipe( 1406 t, p = await self.loop.connect_read_pipe(lambda: proto, 1552 read_connect = self.loop.connect_read_pipe(lambda: read_proto, 2537 await loop.connect_read_pipe(f, mock.sentinel.pipe)
|
D | test_streams.py | 730 self.loop.connect_read_pipe(lambda: protocol, pipe))
|
/third_party/python/Doc/library/ |
D | asyncio-platforms.rst | 53 * Pipes are not supported, so the :meth:`loop.connect_read_pipe`
|
D | asyncio-llapi-index.rst | 174 * - ``await`` :meth:`loop.connect_read_pipe` 308 :meth:`loop.connect_read_pipe`, etc:
|
D | asyncio-subprocess.rst | 126 :meth:`loop.connect_read_pipe`, :meth:`loop.connect_write_pipe`,
|
D | asyncio-protocol.rst | 110 the :meth:`loop.connect_read_pipe` event loop method and 539 :meth:`loop.connect_read_pipe`, and :meth:`loop.connect_write_pipe`
|
D | asyncio-eventloop.rst | 1000 .. coroutinemethod:: loop.connect_read_pipe(protocol_factory, pipe)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 930 :func:`asyncio.connect_unix`, :func:`asyncio.connect_read_pipe` and
|