width propiedad

width propiedad

Representa el width del comentario, en unidad de píxeles.

Ejemplo


comment1.width = 10

Definición:

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

Ver también