Files
django-stubs/django-stubs-generated/utils/ipv6.pyi
2018-11-10 17:49:18 +03:00

8 lines
185 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: ...