Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dipaddress.py379 if isinstance(obj, _BaseNetwork):
675 class _BaseNetwork(_IPAddressBase): class
720 if not isinstance(other, _BaseNetwork):
747 if isinstance(other, _BaseNetwork):
839 if not isinstance(other, _BaseNetwork):
1453 class IPv4Network(_BaseV4, _BaseNetwork):
1833 if isinstance(self, (_BaseNetwork, IPv6Interface)):
2165 class IPv6Network(_BaseV6, _BaseNetwork):