Gimp.Drawable.type

@accepts(Gimp.Drawable)
@returns(Gimp.ImageType)
def type(self):
    # Python wrapper for gimp_drawable_type()
  

Returns the drawable's type.

This procedure returns the drawable's type.

self

The drawable.

Returns