Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
24
class
NetmaskValueError(ValueError):
25
""
"A Value Error related to the netmask."
""
26
27
28
def
ip_address(address):
Callers
1
_report_invalid_netmask
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected