width propriété

width propriété

Obtient et définit la colonne width en unité de caractères.

Définition:

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

Voir également