Searched defs:allow_reuse_address (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ | ||
D | socketserver.py | 443 allow_reuse_address = False variable in TCPServer |
/third_party/python/Lib/http/ | ||
D | server.py | 134 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer |
/third_party/python/Lib/logging/ | ||
D | config.py | 884 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver |
/third_party/python/Lib/xmlrpc/ | ||
D | server.py | 591 allow_reuse_address = True variable in SimpleXMLRPCServer |
/third_party/python/Lib/test/ | ||
D | test_logging.py | 989 allow_reuse_address = True variable in TestTCPServer |