shapes property

shapes property

Gets or sets the shapes.

Definition:

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

See Also