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.relative_to

Signature de la méthode relative_to

def relative_to(self, *other) 

Description

help(PurePath.relative_to)

Return the relative path to another path identified by the passed
        arguments.  If the operation is not possible (because this is not
        a subpath of the other path), raise ValueError.