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