MCPcopy Index your code
hub / github.com/RustPython/RustPython / NetmaskValueError

Class NetmaskValueError

Lib/ipaddress.py:24–25  ·  view source on GitHub ↗

A Value Error related to the netmask.

Source from the content-addressed store, hash-verified

22
23
24class NetmaskValueError(ValueError):
25 """A Value Error related to the netmask."""
26
27
28def ip_address(address):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected