name proprietà

name proprietà

Restituisce o imposta lo name della linea temporale specificata

Esempio


# Set the name of the specified Timeline.
timelineObj.name = "timeline name test"

Definizione:

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

Guarda anche