Gimp.Item.get_parasite
@accepts(Gimp.Item, unicode)
@returns(Gimp.Parasite)
def get_parasite(self, name):
# Python wrapper for gimp_item_get_parasite()
Look up a parasite in an item
Finds and returns the parasite that is attached to an item.
Since 2.8
- self
The item.
- name
The name of the parasite to find.
- Returns