HomeSort by relevance Sort by last modified time
    Searched refs:_localhost (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]

Completed in 47 milliseconds