We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
>>> ip = ' 2a03:f80:ed15:ca7:ea75:b12d:6bb:7a' # note the leading space >>> harm.IPAddress.sanitize(ip)
(gives None = fail)
the reason: the sanitation of Generic Type is only called in is_valid with sanitize=True, but not in the sanitize method itself.
is_valid
sanitize=True
The text was updated successfully, but these errors were encountered:
dd4efc2
No branches or pull requests
For example:
(gives None = fail)
the reason: the sanitation of Generic Type is only called in
is_valid
withsanitize=True
, but not in the sanitize method itself.The text was updated successfully, but these errors were encountered: