Gimp.Selection.is_empty

@accepts(Gimp.Image)
@returns(bool)
def is_empty(image):
    # Python wrapper for gimp_selection_is_empty()
  

Determine whether the selection is empty.

This procedure returns TRUE if the selection for the specified image is empty.

image

The image.

Returns