Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py815 _thishost = None variable
818 global _thishost
819 if _thishost is None:
820 _thishost = socket.gethostbyname(socket.gethostname())
821 return _thishost