is_bottom 属性

is_bottom 属性

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

定义:

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

也可以看看