Searched refs:HOSTv4 (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/test/support/ |
D | socket_helper.py | 11 HOSTv4 = "127.0.0.1" variable
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_server.py | 49 serve, socket_helper.HOSTv4, 0, start_serving=False))
|
/third_party/python/Lib/test/ |
D | test_smtpd.py | 179 server = smtpd.SMTPServer((socket_helper.HOSTv6, 0), (socket_helper.HOSTv4, 0)) 183 server = smtpd.SMTPServer((socket_helper.HOSTv4, 0), (socket_helper.HOSTv6, 0))
|
D | test_socket.py | 1010 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/ |
D | 3.7.0a1.rst | 4890 test.support.HOST is now "localhost", a new HOSTv4 constant has been added
|