Home
last modified time | relevance | path

Searched refs:IPv6Network (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/
Dipaddress.py79 return IPv6Network(address, strict)
240 ip = IPv6Network
1845 if isinstance(self, IPv6Network):
2062 self.network = IPv6Network(self._ip)
2071 self.network = IPv6Network(address, strict=False)
2078 self.network = IPv6Network(address, strict=False)
2144 class IPv6Network(_BaseV6, _BaseNetwork): class
2252 _linklocal_network = IPv6Network('fe80::/10')
2254 _multicast_network = IPv6Network('ff00::/8')
2257 IPv6Network('::1/128'),
[all …]
/external/python/cpython3/Lib/test/
Dtest_ipaddress.py521 ipaddress.IPv6Network('::1/128'))
523 ipaddress.IPv6Network('::1/128').supernet_of(
527 ipaddress.IPv6Network('::1/128'))
529 ipaddress.IPv6Network('::1/128').subnet_of(
593 factory = ipaddress.IPv6Network
671 v6net = ipaddress.IPv6Network(1)
685 v6net2 = ipaddress.IPv6Network(2)
817 self.ipv6_network = ipaddress.IPv6Network('2001:658:22a:cafe::/64')
892 net = ipaddress.IPv6Network('2001:db8::/128')
893 self.assertEqual(ipaddress.IPv6Network(('2001:db8::', '128')),
[all …]
/external/python/cpython3/Doc/library/
Dipaddress.rst56 Return an :class:`IPv4Network` or :class:`IPv6Network` object depending on
60 is passed to :class:`IPv4Network` or :class:`IPv6Network` constructor. A
343 The :class:`IPv4Network` and :class:`IPv6Network` objects provide a mechanism
370 All of these are common between :class:`IPv4Network` and :class:`IPv6Network`,
597 .. class:: IPv6Network(address, strict=True)
796 constructor of :class:`IPv6Network`, except that arbitrary host addresses
882 :class:`IPv6Network` objects. *addresses* is an iterator of
883 :class:`IPv4Network` or :class:`IPv6Network` objects. A :exc:`TypeError` is
/external/python/cpython3/Doc/howto/
Dipaddress.rst99 IPv6Network('2001:db8::/96')
127 IPv6Network('2001:db8::/128')
179 IPv6Network('2001:db8::/96')
/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv59 howto/ipaddress,,:db8,IPv6Network('2001:db8::/96')
60 howto/ipaddress,,::,IPv6Network('2001:db8::/96')
61 howto/ipaddress,,:db8,IPv6Network('2001:db8::/128')
62 howto/ipaddress,,::,IPv6Network('2001:db8::/128')
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1338 Both the :class:`~ipaddress.IPv4Network` and :class:`~ipaddress.IPv6Network` classes
1351 :class:`~ipaddress.IPv4Network` and :class:`~ipaddress.IPv6Network` classes
2119 :class:`~ipaddress.IPv6Network` have been massively sped up, such as
D3.7.rst1056 :class:`ipaddress.IPv6Network` and :class:`ipaddress.IPv4Network` can
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3577 ipaddress.{IPv4Network,IPv6Network}.subnets().
3587 ipaddress.IPv6Network.
3654 ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address,
D3.7.0a3.rst937 :class:`ipaddress.IPv6Network` and :class:`ipaddress.IPv4Network`. Patch by