Add zipfile.ZipFile.filename (#3104)

This commit is contained in:
Maarten ter Huurne
2019-07-25 11:26:39 +02:00
committed by Sebastian Rittau
parent c9f9530224
commit 32ee49c79c

View File

@@ -24,6 +24,7 @@ error = BadZipfile
class LargeZipFile(Exception): ...
class ZipFile:
filename: Optional[Text]
debug: int
comment: bytes
filelist: List[ZipInfo]