Gimp.Item.is_path
@accepts(Gimp.Item)
@returns(bool)
def is_path(self):
# Python wrapper for gimp_item_is_path()
Returns whether the item is a path.
This procedure returns TRUE if the specified item is a path.
Since 2.8
- self
The item.
- Returns