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

Method test_ForkingUnixStreamServer

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

Source from the content-addressed store, hash-verified

199 @requires_unix_sockets
200 @requires_forking
201 def test_ForkingUnixStreamServer(self):
202 with simple_subprocess(self):
203 self.run_server(socketserver.ForkingUnixStreamServer,
204 socketserver.StreamRequestHandler,
205 self.stream_examine)
206
207 def test_UDPServer(self):
208 self.run_server(socketserver.UDPServer,

Callers

nothing calls this directly

Calls 2

run_serverMethod · 0.95
simple_subprocessFunction · 0.85

Tested by

no test coverage detected