Searched refs:_thishost (Results 1 – 2 of 2) sorted by relevance
825 _thishost = None variable828 global _thishost829 if _thishost is None:831 _thishost = socket.gethostbyname(socket.gethostname())833 _thishost = socket.gethostbyname('localhost')834 return _thishost
2356 _thishost = None variable2359 global _thishost2360 if _thishost is None:2362 _thishost = tuple(socket.gethostbyname_ex(socket.gethostname())[2])2364 _thishost = tuple(socket.gethostbyname_ex('localhost')[2])2365 return _thishost