Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py2362 _thishost = None variable
2365 global _thishost
2366 if _thishost is None:
2368 _thishost = tuple(socket.gethostbyname_ex(socket.gethostname())[2])
2370 _thishost = tuple(socket.gethostbyname_ex('localhost')[2])
2371 return _thishost