current_value property

current_value property

Gets or sets the current value.

Definition:

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

See Also