is_percent property

is_percent property

Get or set whether a “top/bottom n” rule is a “top/bottom n percent” rule. Default value is false.

Definition:

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

See Also