mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Add zipfile.ZipFile.filename (#3104)
This commit is contained in:
committed by
Sebastian Rittau
parent
c9f9530224
commit
32ee49c79c
@@ -24,6 +24,7 @@ error = BadZipfile
|
||||
class LargeZipFile(Exception): ...
|
||||
|
||||
class ZipFile:
|
||||
filename: Optional[Text]
|
||||
debug: int
|
||||
comment: bytes
|
||||
filelist: List[ZipInfo]
|
||||
|
||||
Reference in New Issue
Block a user