mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
19
django-stubs-generated/utils/itercompat.pyi
Normal file
19
django-stubs-generated/utils/itercompat.pyi
Normal file
@@ -0,0 +1,19 @@
|
||||
from tempfile import _TemporaryFileWrapper
|
||||
from typing import Any, List, Optional, Tuple, Union
|
||||
|
||||
from django.core.checks.messages import CheckMessage
|
||||
|
||||
|
||||
def is_iterable(
|
||||
x: Optional[
|
||||
Union[
|
||||
List[List[Union[List[List[Union[List[List[str]], str]]], str]]],
|
||||
List[Tuple[Optional[Union[int, str]], Union[int, str]]],
|
||||
List[CheckMessage],
|
||||
List[int],
|
||||
List[str],
|
||||
Tuple[Union[Tuple[str, str], _TemporaryFileWrapper]],
|
||||
int,
|
||||
]
|
||||
]
|
||||
) -> bool: ...
|
||||
Reference in New Issue
Block a user