open_zipfile
- open_zipfile(path: str | Path, inner_path: str, *, operation: Operation = 'read', representation: Literal['text'] = 'text', zipfile_kwargs: Mapping[str, Any] | None = None, open_kwargs: Mapping[str, Any] | None = None, encoding: str | None = None) Generator[TextIO, None, None][source]
- open_zipfile(path: str | Path, inner_path: str, *, operation: Operation = 'read', representation: Literal['binary'] = 'text', zipfile_kwargs: Mapping[str, Any] | None = None, open_kwargs: Mapping[str, Any] | None = None, encoding: str | None = None) Generator[BinaryIO, None, None]
Open a zipfile.