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

Lines Matching full:_localhost

809 _localhost = None
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost