Gimp.Drawable.get_by_id

@accepts(gint32)
@returns(Gimp.Drawable)
def get_by_id(drawable_id):
    # Python wrapper for gimp_drawable_get_by_id()
  

Returns a Gimp.Drawable representing drawable_id. This function calls Gimp.Item.get_by_id and returns the item if it is drawable or None otherwise.

Since 3.0

drawable_id

The drawable id.

Returns