mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-17 07:14:12 +08:00
@@ -109,9 +109,6 @@ class TarFile(Iterable[TarInfo]):
|
||||
def extract(self, member: Union[str, TarInfo], path: _Path = ...,
|
||||
set_attrs: bool = ...,
|
||||
*, numeric_owner: bool = ...) -> None: ...
|
||||
elif sys.version_info >= (3,):
|
||||
def extract(self, member: Union[str, TarInfo], path: _Path = ...,
|
||||
set_attrs: bool = ...) -> None: ...
|
||||
else:
|
||||
def extract(self, member: Union[str, TarInfo],
|
||||
path: _Path = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user