Home
last modified time | relevance | path

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

/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst317 Add loop.connect_accepted_socket(). Patch by Jim Fulton.
D3.6.4rc1.rst761 Added asyncio.BaseEventLoop.connect_accepted_socket versionadded marker.
D3.7.0a3.rst1220 Added asyncio.BaseEventLoop.connect_accepted_socket versionadded marker.
D3.5.3rc1.rst1456 Add loop.connect_accepted_socket(). Patch by Jim Fulton.
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst161 * - ``await`` :meth:`loop.connect_accepted_socket`
Dasyncio-protocol.rst530 :meth:`loop.create_unix_connection`, :meth:`loop.connect_accepted_socket`,
Dasyncio-eventloop.rst637 .. coroutinemethod:: loop.connect_accepted_socket(protocol_factory, \
/external/python/cpython3/Lib/asyncio/
Dbase_events.py1406 async def connect_accepted_socket( member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py828 loop.connect_accepted_socket(
858 coro = self.loop.connect_accepted_socket(
/external/python/cpython3/Doc/whatsnew/
D3.6.rst879 * New :meth:`loop.connect_accepted_socket() <asyncio.loop.connect_accepted_socket>`
D3.7.rst733 :meth:`loop.create_accepted_socket() <asyncio.loop.connect_accepted_socket>`