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

Method test_UDPServer

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

Source from the content-addressed store, hash-verified

201 self.stream_examine)
202
203 def test_UDPServer(self):
204 self.run_server(socketserver.UDPServer,
205 socketserver.DatagramRequestHandler,
206 self.dgram_examine)
207
208 def test_ThreadingUDPServer(self):
209 self.run_server(socketserver.ThreadingUDPServer,

Callers

nothing calls this directly

Calls 1

run_serverMethod · 0.95

Tested by

no test coverage detected