Gimp.Item.is_group_layer

@accepts(Gimp.Item)
@returns(bool)
def is_group_layer(self):
    # Python wrapper for gimp_item_is_group_layer()
  

Returns whether the item is a group layer.

This procedure returns TRUE if the specified item is a group layer.

Since 3.0

self

The item.

Returns