clean_list_of_values property

clean_list_of_values property

Gets or sets the option for rounding to 3 decimal places of list numeric values in attributes. It is ’true’ by default.

Definition:

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

See Also