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

Class IPv7Address

Lib/test/test_ipaddress.py:1953–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1951
1952 # summarize works only for IPv4 & IPv6
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 1

testSummarizingMethod · 0.85

Calls

no outgoing calls

Tested by 1

testSummarizingMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…