name property
name property
Gets or sets the name. The text string name of the element. Optional.
Definition:
@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...
Gets or sets the name. The text string name of the element. Optional.
@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...