Searched refs:_localhost (Results 1 – 1 of 1) sorted by relevance
2354 _localhost = None variable2357 global _localhost2358 if _localhost is None:2359 _localhost = socket.gethostbyname('localhost')2360 return _localhost