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

Méthode inspect.OrderedDict.move_to_end

Signature de la méthode move_to_end

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

Description

help(OrderedDict.move_to_end)

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

Raise KeyError if the element does not exist.