Home
last modified time | relevance | path

Searched refs:open_unix_connection (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_streams.py64 conn_fut = asyncio.open_unix_connection(httpd.address,
94 conn_fut = asyncio.open_unix_connection(
120 conn_fut = asyncio.open_unix_connection(httpd.address,
675 reader, writer = await asyncio.open_unix_connection(
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst138 * - ``await`` :func:`open_unix_connection`
Dasyncio-stream.rst107 .. coroutinefunction:: open_unix_connection(path=None, \*, loop=None, \
/external/python/cpython3/Lib/asyncio/
Dstreams.py120 async def open_unix_connection(path=None, *, function
/external/python/cpython3/Misc/
DHISTORY2306 streams.open_unix_connection(), and streams.start_unix_server().