Gimp.Parasite.copy

@accepts(Gimp.Parasite)
@returns(Gimp.Parasite)
def copy(self):
    # Python wrapper for gimp_parasite_copy()
  

Create a new parasite with all the same values.

self

a Gimp.Parasite

Returns