Gimp.Resource.is_editable

@accepts(Gimp.Resource)
@returns(bool)
def is_editable(self):
    # Python wrapper for gimp_resource_is_editable()
  

Whether the resource can be edited.

Returns TRUE if you have permission to change the resource.

Since 3.0

self

The resource.

Returns