mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
7
django-stubs-generated/utils/ipv6.pyi
Normal file
7
django-stubs-generated/utils/ipv6.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
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: ...
|
||||
Reference in New Issue
Block a user