Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dipaddress.py376 if isinstance(obj, _BaseNetwork):
672 class _BaseNetwork(_IPAddressBase): class
717 if not isinstance(other, _BaseNetwork):
744 if isinstance(other, _BaseNetwork):
836 if not isinstance(other, _BaseNetwork):
1132 _BaseNetwork._constants = _BaseConstants
1460 class IPv4Network(_BaseV4, _BaseNetwork):
1841 if isinstance(self, (_BaseNetwork, IPv6Interface)):
2173 class IPv6Network(_BaseV6, _BaseNetwork):

Completed in 3 milliseconds