value property

value property

Gets and sets the values of the range.

Definition:

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

See Also