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

Method test_ThreadingTCPServer

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

Source from the content-addressed store, hash-verified

171 self.stream_examine)
172
173 def test_ThreadingTCPServer(self):
174 self.run_server(socketserver.ThreadingTCPServer,
175 socketserver.StreamRequestHandler,
176 self.stream_examine)
177
178 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
179 @requires_forking

Callers

nothing calls this directly

Calls 1

run_serverMethod · 0.95

Tested by

no test coverage detected