Gimp.Item.is_vectors

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

Returns whether the item is a vectors.

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

Since 2.8

self

The item.

Returns