width proprietà

width proprietà

Ottiene e imposta la colonna width in unità di caratteri.

Definizione:

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

Guarda anche