Gimp.Item.get_parent

@accepts(Gimp.Item)
@returns(Gimp.Item)
def get_parent(self):
    # Python wrapper for gimp_item_get_parent()
  

Returns the item's parent item.

This procedure returns the item's parent item, if any.

Since 2.8

self

The item.

Returns