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

Method version

Lib/test/test_ipaddress.py:1955–1956  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1953 class IPv7Address(ipaddress.IPv6Address):
1954 @property
1955 def version(self):
1956 return 7
1957 ip_invalid1 = IPv7Address('::1')
1958 ip_invalid2 = IPv7Address('::1')
1959 self.assertRaises(ValueError, list,

Callers 15

test_bio_handshakeMethod · 0.45
server_params_testFunction · 0.45
test_version_basicMethod · 0.45
test_tls1_3Method · 0.45
do_test_with_pipMethod · 0.45
test_versionMethod · 0.45
test_system_aliasMethod · 0.45
test_versionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected