Gimp.Item.is_group
@accepts(Gimp.Item)
@returns(bool)
def is_group(self):
# Python wrapper for gimp_item_is_group()
Returns whether the item is a group item.
This procedure returns True if the specified item is a group item which can have children.
Since 2.8
- self
The item.
- Returns