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

Method unix_client

Lib/test/test_asyncio/test_ssl.py:152–153  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

150 return self.tcp_server(*args, family=socket.AF_UNIX, **kwargs)
151
152 def unix_client(self, *args, **kwargs):
153 return self.tcp_client(*args, family=socket.AF_UNIX, **kwargs)
154
155 def _create_server_ssl_context(self, certfile, keyfile=None):
156 sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLS_SERVER)

Callers 1

Calls 1

tcp_clientMethod · 0.95

Tested by

no test coverage detected