is_percent property

is_percent property

Indicates whether the items is percent.

Definition:

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

See Also