Lines Matching full:extract
350 self.extract_version = DEFAULT_VERSION # Version needed to extract archive
1467 def extract(self, member, path=None, pwd=None):
1468 """Extract a member from the archive to the current working directory,
1482 """Extract all members from the archive to the current working
1483 directory. `path' specifies a different directory to extract to.
1491 self.extract(zipinfo, path, pwd)
1509 """Extract the ZipInfo object 'member' to a physical
1960 zipfile.py -e zipfile.zip target # Extract zipfile into target dir