HomeSort by relevance Sort by last modified time
    Searched refs:open_unix_connection (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_streams.py 62 conn_fut = asyncio.open_unix_connection(httpd.address,
92 conn_fut = asyncio.open_unix_connection(
118 conn_fut = asyncio.open_unix_connection(httpd.address,
677 reader, writer = yield from asyncio.open_unix_connection(
  /external/python/cpython3/Lib/asyncio/
streams.py 12 __all__.extend(['open_unix_connection', 'start_unix_server'])
120 def open_unix_connection(path=None, *, function in function:start_server

Completed in 193 milliseconds