mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Various stubtest fixes (#5215)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user