Home
last modified time | relevance | path

Searched refs:IPv6Interface (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_ipaddress.py707 # IPv6Network has prefixlen, but IPv6Interface doesn't.
804 factory = ipaddress.IPv6Interface
880 v6intf = ipaddress.IPv6Interface(1)
883 v6intf_scoped= ipaddress.IPv6Interface('::1%scope')
900 v6intf2 = ipaddress.IPv6Interface(2)
903 v6intf2_scoped = ipaddress.IPv6Interface('::2%scope')
1061 self.ipv6_address = ipaddress.IPv6Interface(
1063 self.ipv6_interface = ipaddress.IPv6Interface(
1066 self.ipv6_scoped_address = ipaddress.IPv6Interface(
1068 self.ipv6_scoped_interface = ipaddress.IPv6Interface(
[all...]
/third_party/python/Lib/
H A Dipaddress.py95 An IPv4Interface or IPv6Interface object.
113 return IPv6Interface(address)
1833 elif isinstance(self, IPv6Interface):
1841 if isinstance(self, (_BaseNetwork, IPv6Interface)):
2098 class IPv6Interface(IPv6Address): class

Completed in 6 milliseconds