is_enabled属性

is_enabled属性

指示敏感度标签是否已启用

定义:

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

也可以看看