Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsocket.py95 _LOCALHOST = '127.0.0.1' variable
617 host = _LOCALHOST
/third_party/python/Lib/test/
Dtest_socket.py1417 sock.bind((socket._LOCALHOST, 0))