Various stubtest fixes (#5215)

This commit is contained in:
hatal175
2021-04-15 05:14:07 +03:00
committed by GitHub
parent 3536e2a080
commit bf201c8201
8 changed files with 78 additions and 42 deletions

View File

@@ -21,7 +21,7 @@ else:
def extend_path(path: Iterable[str], name: str) -> Iterable[str]: ...
class ImpImporter:
def __init__(self, dirname: Optional[str] = ...) -> None: ...
def __init__(self, path: Optional[str] = ...) -> None: ...
class ImpLoader:
def __init__(self, fullname: str, file: IO[str], filename: str, etc: Tuple[str, str, int]) -> None: ...