Home
last modified time | relevance | path

Searched refs:_localhost (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Durllib.py817 _localhost = None variable
820 global _localhost
821 if _localhost is None:
822 _localhost = socket.gethostbyname('localhost')
823 return _localhost