name property

name property

Gets or sets the name. The name attribute specifies the name of the unit. The default value for the name attribute is “meter”.

Definition:

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

See Also