MCPcopy Index your code
hub / github.com/python/cpython / test_ipv6

Method test_ipv6

Lib/test/test_socket.py:5346–5349  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5344 "IPV6_V6ONLY option not supported")
5345 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test')
5346 def test_ipv6(self):
5347 cli, srv = socket.socketpair(socket.AF_INET6)
5348 cli.close()
5349 srv.close()
5350
5351 def _test_ipv6(self):
5352 pass

Callers

nothing calls this directly

Calls 2

socketpairMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected