Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsocket.py853 def has_dualstack_ipv6(): function
891 if not has_dualstack_ipv6():
/third_party/python/Doc/library/
Dsocket.rst686 This parameter can be used in conjunction with :func:`has_dualstack_ipv6`:
693 if socket.has_dualstack_ipv6():
705 .. function:: has_dualstack_ipv6()
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst667 :meth:`~socket.has_dualstack_ipv6()` convenience functions to automate the
/third_party/python/Lib/test/
Dtest_socket.py6483 @unittest.skipIf(not socket.has_dualstack_ipv6(),
6536 @unittest.skipIf(not socket.has_dualstack_ipv6(),
6546 @unittest.skipIf(not socket.has_dualstack_ipv6(),
/third_party/python/Doc/whatsnew/
D3.8.rst1168 Added :meth:`~socket.create_server()` and :meth:`~socket.has_dualstack_ipv6()`