Searched refs:allow_reuse_address (Results 1 – 12 of 12) sorted by relevance
443 allow_reuse_address = False variable in TCPServer464 if self.allow_reuse_address:520 allow_reuse_address = False variable in UDPServer
67 socketserver.TCPServer.allow_reuse_address = True
66 socketserver.TCPServer.allow_reuse_address = True
591 allow_reuse_address = True variable in SimpleXMLRPCServer
884 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
134 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
42 the *allow_reuse_address* class variable before the address is bound.
279 .. attribute:: allow_reuse_address
989 allow_reuse_address = True variable in TestTCPServer
494 allow_reuse_address = True
2616 :attr:`allow_reuse_address` attribute before calling the
25628 - The SocketServer module now sets the allow_reuse_address flag by