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 « PurePath » Python 3.11.3

Méthode pathlib.PurePath.with_suffix

Signature de la méthode with_suffix

def with_suffix(self, suffix) 

Description

help(PurePath.with_suffix)

Return a new path with the file suffix changed.  If the path
        has no suffix, add given suffix.  If the given suffix is an empty
        string, remove the suffix from the path.