name 属性
name 属性
返回或设置指定Timeline的name
例子
# Set the name of the specified Timeline.
timelineObj.name = "timeline name test"
定义:
@property
def name(self):
...
@name.setter
def name(self, value):
...
返回或设置指定Timeline的name
# Set the name of the specified Timeline.
timelineObj.name = "timeline name test"
@property
def name(self):
...
@name.setter
def name(self, value):
...