Searched refs:subnet_of (Results 1 – 5 of 5) sorted by relevance
485 self.factory('10.0.0.0/30').subnet_of(489 self.factory('10.0.0.0/30').subnet_of(493 self.factory('10.0.0.0/30').subnet_of(497 self.factory('10.0.1.0/24').subnet_of(526 ipaddress.IPv4Network('10.0.0.0/30').subnet_of(529 ipaddress.IPv6Network('::1/128').subnet_of(598 self.factory('2000:999::/56').subnet_of(602 self.factory('2000:aaa::/56').subnet_of(606 self.factory('2000:bbb::/56').subnet_of(610 self.factory('2000:aaa::/48').subnet_of(
779 if not other.subnet_of(self):790 if other.subnet_of(s1):793 elif other.subnet_of(s2):987 def subnet_of(self, other): member in _BaseNetwork
558 .. method:: subnet_of(other)564 >>> b.subnet_of(a)664 .. method:: subnet_of(other)
936 Add `subnet_of` and `superset_of` containment tests to
1055 The new ``subnet_of()`` and ``supernet_of()`` methods of