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

Class NetmaskValueError

Lib/ipaddress.py:21–22  ·  view source on GitHub ↗

A Value Error related to the netmask.

Source from the content-addressed store, hash-verified

19
20
21class NetmaskValueError(ValueError):
22 """A Value Error related to the netmask."""
23
24
25def ip_address(address):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…