zipfile.ZipFile.extractall

ZipFile.extractall(path=None, members=None, pwd=None)[source]

Extract all members from the archive to the current working directory. `path’ specifies a different directory to extract to. `members’ is optional and must be a subset of the list returned by namelist().