Home | History | Annotate | Download | only in python2.7

Lines Matching full:_thishost

817 _thishost = None
820 global _thishost
821 if _thishost is None:
822 _thishost = socket.gethostbyname(socket.gethostname())
823 return _thishost