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

  /external/python/cpython3/Lib/asyncio/
streams.py 12 __all__.extend(['open_unix_connection', 'start_unix_server'])
133 def start_unix_server(client_connected_cb, path=None, *, function in function:start_server
  /external/python/cpython3/Lib/test/test_asyncio/
test_streams.py 655 asyncio.start_unix_server(self.handle_client,
664 start = asyncio.start_unix_server(self.handle_client_callback,

Completed in 65 milliseconds