MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_TCPServer

Method test_TCPServer

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

run_serverMethod · 0.95

Tested by

no test coverage detected