width propiedad

width propiedad

Obtiene y establece la columna width en unidades de caracteres.

Definición:

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

Ver también