Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dipaddress.py24 class NetmaskValueError(ValueError): class
46 except (AddressValueError, NetmaskValueError):
51 except (AddressValueError, NetmaskValueError):
76 except (AddressValueError, NetmaskValueError):
81 except (AddressValueError, NetmaskValueError):
111 except (AddressValueError, NetmaskValueError):
116 except (AddressValueError, NetmaskValueError):
475 raise NetmaskValueError(msg) from None
1168 except NetmaskValueError:
/third_party/python/Doc/howto/
Dipaddress.rst308 :exc:`ipaddress.NetmaskValueError` to indicate exactly which part of
330 ipaddress.NetmaskValueError: '64' is not a valid netmask
/third_party/python/Doc/library/
Dipaddress.rst480 address. A :exc:`NetmaskValueError` is raised if the mask is not valid for
700 address. A :exc:`NetmaskValueError` is raised if the mask is not valid for
997 .. exception:: NetmaskValueError(ValueError)
/third_party/python/Lib/test/
Dtest_ipaddress.py63 return self.assertCleanError(ipaddress.NetmaskValueError,