parent_shape property

parent_shape property

Returns the parent shape or None if the parent object does not implement the IShape interface Read-only IShape.

Definition:

@property
def parent_shape(self):
    ...

See Also