MCPcopy Index your code
hub / github.com/python/cpython / run_test_unix_server

Function run_test_unix_server

Lib/test/test_asyncio/utils.py:257–261  ·  view source on GitHub ↗
(*, use_ssl=False)

Source from the content-addressed store, hash-verified

255
256 @contextlib.contextmanager
257 def run_test_unix_server(*, use_ssl=False):
258 with unix_socket_path() as path:
259 yield from _run_test_server(address=path, use_ssl=use_ssl,
260 server_cls=SilentUnixWSGIServer,
261 server_ssl_cls=UnixSSLWSGIServer)
262
263
264@contextlib.contextmanager

Callers

nothing calls this directly

Calls 2

unix_socket_pathFunction · 0.85
_run_test_serverFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…