value property

value property

Text value

Definition:

@property
def value(self):
    ...

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

See Also