mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
Added filelist attribute to ZipFile (#1798)
This commit is contained in:
committed by
Matthias Kramm
parent
4ee508a032
commit
c8c4a8f208
@@ -21,6 +21,7 @@ class LargeZipFile(Exception): ...
|
||||
class ZipFile:
|
||||
debug = ... # type: int
|
||||
comment = ... # type: bytes
|
||||
filelist = ... # type: List[ZipInfo]
|
||||
def __init__(self, file: Union[str, IO[bytes]], mode: str = ..., compression: int = ...,
|
||||
allowZip64: bool = ...) -> None: ...
|
||||
def __enter__(self) -> ZipFile: ...
|
||||
|
||||
Reference in New Issue
Block a user