MCPcopy Index your code
hub / github.com/python/cpython / AddressValueError

Class AddressValueError

Lib/ipaddress.py:17–18  ·  view source on GitHub ↗

A Value Error related to the address.

Source from the content-addressed store, hash-verified

15
16
17class AddressValueError(ValueError):
18 """A Value Error related to the address."""
19
20
21class NetmaskValueError(ValueError):

Callers 9

_split_optional_netmaskFunction · 0.85
_check_int_addressMethod · 0.85
_check_packed_addressMethod · 0.85
_ip_int_from_stringMethod · 0.85
__init__Method · 0.85
_ip_int_from_stringMethod · 0.85
_split_scope_idMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…