Searched refs:_thishost (Results 1 – 1 of 1) sorted by relevance
2362 _thishost = None variable2365 global _thishost2366 if _thishost is None:2368 _thishost = tuple(socket.gethostbyname_ex(socket.gethostname())[2])2370 _thishost = tuple(socket.gethostbyname_ex('localhost')[2])2371 return _thishost