Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « ZipFile » Python 3.11.3

Méthode zipfile.ZipFile.extractall

Signature de la méthode extractall

def extractall(self, path=None, members=None, pwd=None) 

Description

help(ZipFile.extractall)

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().