Gimp.Item.get_parasite_list

@accepts(Gimp.Item)
@returns([unicode])
def get_parasite_list(self):
    # Python wrapper for gimp_item_get_parasite_list()
  

List all parasites.

Returns a list of all parasites currently attached the an item.

Since 2.8

self

The item.

Returns