Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py2354 _localhost = None variable
2357 global _localhost
2358 if _localhost is None:
2359 _localhost = socket.gethostbyname('localhost')
2360 return _localhost