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

Méthode pprint.PrettyPrinter.format

Signature de la méthode format

def format(self, object, context, maxlevels, level) 

Description

help(PrettyPrinter.format)

Format object for a specific context, returning a string
        and flags indicating whether the representation is 'readable'
        and whether the object represents a recursive construct.