label property

label property

Label

Definition:

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

See Also