compare_variable_property property

compare_variable_property property

Definition:

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

See Also