Lines Matching full:_localhost
809 _localhost = None812 global _localhost813 if _localhost is None:814 _localhost = socket.gethostbyname('localhost')815 return _localhost