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

Method unix_server

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

Source from the content-addressed store, hash-verified

147 self, sock, client_prog, timeout)
148
149 def unix_server(self, *args, **kwargs):
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)

Callers

nothing calls this directly

Calls 1

tcp_serverMethod · 0.95

Tested by

no test coverage detected