Gimp.Image.take_selected_paths

@accepts(Gimp.Image, [Gimp.Path])
@returns(bool)
def take_selected_paths(self, paths):
    # Python wrapper for gimp_image_take_selected_paths()
  

The paths are set as the selected paths in the image. Any previous selected paths are unselected.

Since 3.0

self

The image.

paths

The list of paths to select.

Returns