Home | History | Annotate | Download | only in python2.7

Lines Matching refs:extract

317         self.extract_version = 20       # Version needed to extract archive
1012 def extract(self, member, path=None, pwd=None):
1013 """Extract a member from the archive to the current working directory,
1027 """Extract all members from the archive to the current working
1028 directory. `path' specifies a different directory to extract to.
1036 self.extract(zipinfo, path, pwd)
1039 """Extract the ZipInfo object 'member' to a physical
1458 zipfile.py -e zipfile.zip target # Extract zipfile into target dir