mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
tarfile: fix arg name (#4326)
And update whitelist since #4322 fixed a thing Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -101,7 +101,7 @@ class TarFile(Iterable[TarInfo]):
|
||||
pax_headers: Optional[Mapping[str, str]] = ...,
|
||||
debug: Optional[int] = ...,
|
||||
errorlevel: Optional[int] = ...,
|
||||
compresslevel: Optional[int] = ...,
|
||||
copybufsize: Optional[int] = ..., # undocumented
|
||||
) -> None: ...
|
||||
def __enter__(self) -> TarFile: ...
|
||||
def __exit__(
|
||||
|
||||
Reference in New Issue
Block a user