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

Method test_TCPServer

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

Source from the content-addressed store, hash-verified

166 self.assertEqual(buf, TEST_STR)
167
168 def test_TCPServer(self):
169 self.run_server(socketserver.TCPServer,
170 socketserver.StreamRequestHandler,
171 self.stream_examine)
172
173 def test_ThreadingTCPServer(self):
174 self.run_server(socketserver.ThreadingTCPServer,

Callers

nothing calls this directly

Calls 1

run_serverMethod · 0.95

Tested by

no test coverage detected