IP_NET_OR_STR

privex.helpers.types.IP_NET_OR_STR

Combined IP_OR_STR + NET_OR_STR

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