Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_socket.py38 SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6) variable
677 if SUPPORTS_IPV6:
762 @unittest.skipUnless(SUPPORTS_IPV6, 'IPv6 required for this test.')