current_value property

current_value property

CurrentValue

Definition:

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

See Also