Home
last modified time | relevance | path

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

/third_party/python/Lib/test/support/
Dsocket_helper.py11 HOSTv4 = "127.0.0.1" variable
/third_party/python/Lib/test/test_asyncio/
Dtest_server.py49 serve, socket_helper.HOSTv4, 0, start_serving=False))
/third_party/python/Lib/test/
Dtest_smtpd.py179 server = smtpd.SMTPServer((socket_helper.HOSTv6, 0), (socket_helper.HOSTv4, 0))
183 server = smtpd.SMTPServer((socket_helper.HOSTv4, 0), (socket_helper.HOSTv6, 0))
Dtest_socket.py1010 for addr in [socket_helper.HOSTv4, '10.0.0.1', '255.255.255.255']:
1015 for host in [socket_helper.HOSTv4]:
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst4890 test.support.HOST is now "localhost", a new HOSTv4 constant has been added