We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bcb89 commit ce0f5b2Copy full SHA for ce0f5b2
1 file changed
stdlib/2and3/zipfile.pyi
@@ -50,6 +50,7 @@ class ZipFile:
50
filelist: List[ZipInfo]
51
fp: IO[bytes]
52
NameToInfo: Dict[Text, ZipInfo]
53
+ start_dir: int # undocumented
54
def __init__(self, file: Union[_Path, IO[bytes]], mode: Text = ..., compression: int = ...,
55
allowZip64: bool = ...) -> None: ...
56
def __enter__(self) -> ZipFile: ...
0 commit comments