Searched refs:HOSTv4 (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_server.py | 50 serve, socket_helper.HOSTv4, 0, loop=self.loop, start_serving=False))
|
/external/python/cpython3/Lib/test/support/ |
D | socket_helper.py | 11 HOSTv4 = "127.0.0.1" variable
|
/external/python/cpython3/Lib/test/ |
D | test_smtpd.py | 174 server = smtpd.SMTPServer((socket_helper.HOSTv6, 0), (socket_helper.HOSTv4, 0)) 178 server = smtpd.SMTPServer((socket_helper.HOSTv4, 0), (socket_helper.HOSTv6, 0))
|
D | test_socket.py | 1013 for addr in [socket_helper.HOSTv4, '10.0.0.1', '255.255.255.255']: 1018 for host in [socket_helper.HOSTv4]:
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 4890 test.support.HOST is now "localhost", a new HOSTv4 constant has been added
|