group property

group property

Gets the group shape which contains this shape.

Example


groupShape = shape.group

Definition:

@property
def group(self):
    ...

See Also