NET_OR_STR

privex.helpers.types.NET_OR_STR

Shorthand union which accepts IPv4Network, IPv6Network or str

alias of Union[str, ipaddress.IPv4Network, ipaddress.IPv6Network]