Files
django-stubs/django-stubs-generated/utils/ipv6.pyi
2018-12-03 18:52:44 +03:00

5 lines
178 B
Python

from typing import Any, Optional
def clean_ipv6_address(ip_str: Any, unpack_ipv4: bool = ..., error_message: Any = ...): ...
def is_valid_ipv6_address(ip_str: str) -> bool: ...