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

Method test_ThreadingUDPServer

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

Source from the content-addressed store, hash-verified

210 self.dgram_examine)
211
212 def test_ThreadingUDPServer(self):
213 self.run_server(socketserver.ThreadingUDPServer,
214 socketserver.DatagramRequestHandler,
215 self.dgram_examine)
216
217 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
218 @requires_forking

Callers

nothing calls this directly

Calls 1

run_serverMethod · 0.95

Tested by

no test coverage detected