variable_value property
variable_value property
Gets or sets the value.
Definition:
@property
def variable_value(self):
...
@variable_value.setter
def variable_value(self, value):
...
Gets or sets the value.
@property
def variable_value(self):
...
@variable_value.setter
def variable_value(self, value):
...