third iteration of stubs

This commit is contained in:
Maxim Kurnikov
2018-08-11 00:19:50 +03:00
parent fa718b8e55
commit c6bceb19f4
216 changed files with 16306 additions and 3006 deletions

View File

@@ -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: ...