Gimp.Display.is_valid

@accepts(Gimp.Display)
@returns(bool)
def is_valid(self):
    # Python wrapper for gimp_display_is_valid()
  

Returns TRUE if the display is valid.

This procedure checks if the given display is valid and refers to an existing display.

Since 2.4

self

The display to check.

Returns