mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
third iteration of stubs
This commit is contained in:
@@ -19,7 +19,7 @@ class Archive:
|
||||
class BaseArchive:
|
||||
def split_leading_dir(
|
||||
self, path: str
|
||||
) -> Union[Tuple[str, str], List[str]]: ...
|
||||
) -> Union[List[str], Tuple[str, str]]: ...
|
||||
def has_leading_dir(
|
||||
self, paths: Union[Iterator[Any], List[str]]
|
||||
) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user