Lines Matching full:_thishost
817 _thishost = None820 global _thishost821 if _thishost is None:822 _thishost = socket.gethostbyname(socket.gethostname())823 return _thishost