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

Method test_UDPServer

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

Source from the content-addressed store, hash-verified

205 self.stream_examine)
206
207 def test_UDPServer(self):
208 self.run_server(socketserver.UDPServer,
209 socketserver.DatagramRequestHandler,
210 self.dgram_examine)
211
212 def test_ThreadingUDPServer(self):
213 self.run_server(socketserver.ThreadingUDPServer,

Callers

nothing calls this directly

Calls 1

run_serverMethod · 0.95

Tested by

no test coverage detected