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 « OrderedDict »

Méthode matplotlib.artist.OrderedDict.move_to_end

Signature de la méthode move_to_end

def move_to_end(self, /, key, last=True) 

Description

move_to_end.__doc__

Move an existing element to the end (or beginning if last is false).

Raise KeyError if the element does not exist.