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

Method test_ForkingTCPServer

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

Source from the content-addressed store, hash-verified

178 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
179 @requires_forking
180 def test_ForkingTCPServer(self):
181 with simple_subprocess(self):
182 self.run_server(socketserver.ForkingTCPServer,
183 socketserver.StreamRequestHandler,
184 self.stream_examine)
185
186 @requires_unix_sockets
187 def test_UnixStreamServer(self):

Callers

nothing calls this directly

Calls 2

run_serverMethod · 0.95
simple_subprocessFunction · 0.85

Tested by

no test coverage detected