comment 属性

comment 属性

获取和设置场景的 comment。

定义:

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

也可以看看