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

Method test_UnixStreamServer

Lib/test/test_socketserver.py:187–190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185
186 @requires_unix_sockets
187 def test_UnixStreamServer(self):
188 self.run_server(socketserver.UnixStreamServer,
189 socketserver.StreamRequestHandler,
190 self.stream_examine)
191
192 @requires_unix_sockets
193 def test_ThreadingUnixStreamServer(self):

Callers

nothing calls this directly

Calls 1

run_serverMethod · 0.95

Tested by

no test coverage detected