Gimp.Item.is_valid

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

Returns TRUE if the item is valid.

This procedure checks if the given item is valid and refers to an existing item.

Since 2.8

self

The item to check.

Returns