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

Méthode collections.ChainMap.new_child

Signature de la méthode new_child

def new_child(self, m=None, **kwargs) 

Description

help(ChainMap.new_child)

New ChainMap with a new map followed by all previous maps.
        If no map is provided, an empty dict is used.
        Keyword arguments update the map or new empty dict.