position propriété

position propriété

Cet attribut spécifie le position du caractère dans l’objet

Définition:

@property
def position(self):
    ...
@position.setter
def position(self, value):
    ...

Voir également