Gimp.get_parasite
@accepts(unicode)
@returns(Gimp.Parasite)
def get_parasite(name):
# Python wrapper for gimp_get_parasite()
Look up a global parasite.
Finds and returns the global parasite that was previously attached.
Since 2.8
- name
The name of the parasite to find.
- Returns