Home
last modified time | relevance | path

Searched refs:_localhost (Results 1 – 2 of 2) 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
/external/python/cpython3/Lib/urllib/
Drequest.py2348 _localhost = None variable
2351 global _localhost
2352 if _localhost is None:
2353 _localhost = socket.gethostbyname('localhost')
2354 return _localhost