Lines Matching full:extract
317 self.extract_version = 20 # Version needed to extract archive
1019 def extract(self, member, path=None, pwd=None):
1020 """Extract a member from the archive to the current working directory,
1034 """Extract all members from the archive to the current working
1035 directory. `path' specifies a different directory to extract to.
1043 self.extract(zipinfo, path, pwd)
1046 """Extract the ZipInfo object 'member' to a physical
1482 zipfile.py -e zipfile.zip target # Extract zipfile into target dir