Gimp.Resource.is_valid
@accepts(Gimp.Resource)
@returns(bool)
def is_valid(self):
# Python wrapper for gimp_resource_is_valid()
Returns TRUE if the resource is valid.
This procedure checks if the given resource is valid and refers to an existing resource.
Since 3.0
- self
The resource to check.
- Returns