Gimp.Item.id_is_selection

@accepts(int)
@returns(bool)
def id_is_selection(item_id):
    # Python wrapper for gimp_item_id_is_selection()
  

Returns whether the item ID is a selection.

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

Since 3.0

item_id

The item ID.

Returns