is_open 属性

is_open 属性

当此属性为真时,书签条目将展开,否则将折叠。

定义:

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

也可以看看