is_top 属性

is_top 属性

指示它是否是顶级过滤器。

定义:

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

也可以看看