Lines Matching full:extract
113 or fail to extract individual files.
246 The :meth:`.open`, :meth:`read` and :meth:`extract` methods can take a filename
263 .. method:: ZipFile.extract(member, path=None, pwd=None)
265 Extract a member from the archive to the current working directory; *member*
268 to extract to. *member* can be a filename or a :class:`ZipInfo` object.
284 Calling :meth:`extract` on a closed ZipFile will raise a
290 Extract all members from the archive to the current working directory. *path*
291 specifies a different directory to extract to. *members* is optional and must
297 Never extract archives from untrusted sources without prior inspection.
301 See :meth:`extract` note.
315 Set *pwd* as default password to extract encrypted files.
587 PKZIP version needed to extract archive.
657 If you want to extract a ZIP archive into the specified directory, use
684 Extract zipfile into target directory.