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

Method test_ForkingUDPServer

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

Source from the content-addressed store, hash-verified

212
213 @requires_forking
214 def test_ForkingUDPServer(self):
215 with simple_subprocess(self):
216 self.run_server(socketserver.ForkingUDPServer,
217 socketserver.DatagramRequestHandler,
218 self.dgram_examine)
219
220 @requires_unix_sockets
221 def test_UnixDatagramServer(self):

Callers

nothing calls this directly

Calls 2

run_serverMethod · 0.95
simple_subprocessFunction · 0.85

Tested by

no test coverage detected