is_percent 属性

is_percent 属性

获取或设置“top/bottom n”规则是否为“top/bottom n percent”规则。 默认值为假。

定义:

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

也可以看看