is_group property

is_group property

Indicates whether the shape is a group.

Example


if shape.is_group:
    pass

Definition:

@property
def is_group(self):
    ...

See Also