MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_ipv6

Method test_ipv6

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

Source from the content-addressed store, hash-verified

5241 "IPV6_V6ONLY option not supported")
5242 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test')
5243 def test_ipv6(self):
5244 cli, srv = socket.socketpair(socket.AF_INET6)
5245 cli.close()
5246 srv.close()
5247
5248 def _test_ipv6(self):
5249 pass

Callers

nothing calls this directly

Calls 2

socketpairMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected