Gimp.Item.id_is_drawable

@accepts(int)
@returns(bool)
def id_is_drawable(item_id):
    # Python wrapper for gimp_item_id_is_drawable()
  

Returns whether the item ID is a drawable.

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

Since 3.0

item_id

The item ID.

Returns