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

Méthode doctest.OutputChecker.output_difference

Signature de la méthode output_difference

def output_difference(self, example, got, optionflags) 

Description

help(OutputChecker.output_difference)

        Return a string describing the differences between the
        expected output for a given example (`example`) and the actual
        output (`got`).  `optionflags` is the set of option flags used
        to compare `want` and `got`.