Skip to content

Commit ce0f5b2

Browse files
benjaminpsrittau
authored andcommitted
zipfile.ZipFile: Add start_dir attribute. (#3203)
1 parent 04bcb89 commit ce0f5b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/2and3/zipfile.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class ZipFile:
5050
filelist: List[ZipInfo]
5151
fp: IO[bytes]
5252
NameToInfo: Dict[Text, ZipInfo]
53+
start_dir: int # undocumented
5354
def __init__(self, file: Union[_Path, IO[bytes]], mode: Text = ..., compression: int = ...,
5455
allowZip64: bool = ...) -> None: ...
5556
def __enter__(self) -> ZipFile: ...

0 commit comments

Comments
 (0)