Gimp.Image.get_path_by_tattoo

@accepts(Gimp.Image, int)
@returns(Gimp.Path)
def get_path_by_tattoo(self, tattoo):
    # Python wrapper for gimp_image_get_path_by_tattoo()
  

Find a path with a given tattoo in an image.

This procedure returns the path with the given tattoo in the specified image.

Since 2.6

self

The image.

tattoo

The tattoo of the path to find.

Returns