new_value property

new_value property

Gets or Sets the new value of property.

Definition:

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

See Also