shape_type property

shape_type property

Definition:

@property
def shape_type(self):
    ...

@shape_type.setter
def shape_type(self, value):
    ...

See Also