MCPcopy Index your code
hub / github.com/RustPython/RustPython / unix_client

Method unix_client

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

tcp_clientMethod · 0.95

Tested by

no test coverage detected