HomeSort by relevance Sort by last modified time
    Searched refs:subnet_of (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_ipaddress.py 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(
    [all...]
  /external/python/cpython3/Lib/
ipaddress.py 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 class:_BaseNetwork
    [all...]

Completed in 3406 milliseconds