name property

name property

Gets and sets the name of the shape.

Example


shape.name = "shape1"

Definition:

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

See Also