Home
last modified time | relevance | path

Searched refs:start_unix_server (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_server.py104 srv = self.loop.run_until_complete(asyncio.start_unix_server(
Dtest_streams.py658 asyncio.start_unix_server(self.handle_client,
666 start = asyncio.start_unix_server(self.handle_client_callback,
/third_party/python/Doc/library/
Dasyncio-api-index.rst147 * - ``await`` :func:`start_unix_server`
Dasyncio-stream.rst150 .. coroutinefunction:: start_unix_server(client_connected_cb, path=None, \
Dasyncio-eventloop.rst1409 and :func:`start_unix_server` functions.
/third_party/python/Lib/asyncio/
Dstreams.py102 async def start_unix_server(client_connected_cb, path=None, *, function
/third_party/python/Misc/
DHISTORY2306 streams.open_unix_connection(), and streams.start_unix_server().