category 属性

category 属性

获取或设置文档的 category。

定义:

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

也可以看看