is_percent property

is_percent property

Indicates whether or not to filter by percent value of the column

Definition:

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

See Also