Gimp.Item.is_selection

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

Returns whether the item is a selection.

This procedure returns TRUE if the specified item is a selection.

Since 2.8

self

The item.

Returns