Searched defs:ForkingUDPServer (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A DSocketServer.py137 __all__ = ["TCPServer","UDPServer","ForkingUDPServer","ForkingTCPServer",
610 class ForkingUDPServer(ForkingMixIn, UDPServer): pass class in inherits:ForkingMixIn, UDPServer
/external/python/cpython3/Lib/
H A Dsocketserver.py143 __all__.extend(["ForkingUDPServer","ForkingTCPServer", "ForkingMixIn"])
654 class ForkingUDPServer(ForkingMixIn, UDPServer): pass class in class:ThreadingMixIn

Completed in 98 milliseconds