is_bottom属性

is_bottom属性

获取或设置“前/后 n”规则是否为“后 n”规则。 默认值为 false。

定义:

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

也可以看看