Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dtest_streams.py65 conn_fut = asyncio.open_unix_connection(httpd.address)
96 conn_fut = asyncio.open_unix_connection(
124 conn_fut = asyncio.open_unix_connection(httpd.address)
677 reader, writer = await asyncio.open_unix_connection(path)
/third_party/python/Doc/library/
Dasyncio-api-index.rst141 * - ``await`` :func:`open_unix_connection`
Dasyncio-stream.rst121 .. coroutinefunction:: open_unix_connection(path=None, *, limit=None, \
/third_party/python/Lib/asyncio/
Dstreams.py90 async def open_unix_connection(path=None, *, function
/third_party/python/Misc/
DHISTORY2306 streams.open_unix_connection(), and streams.start_unix_server().