alternative_description属性
alternative_description属性
获取并设置替代描述。
定义:
@property
def alternative_description(self):
...
@alternative_description.setter
def alternative_description(self, value):
...
获取并设置替代描述。
@property
def alternative_description(self):
...
@alternative_description.setter
def alternative_description(self, value):
...