Gimp.Brush.get_by_name

@accepts(unicode)
@returns(Gimp.Brush)
def get_by_name(name):
    # Python wrapper for gimp_brush_get_by_name()
  

Returns the brush with the given name.

Search and return an existing brush with the name in argument, or nothing if no brush has this name.

Since 3.0

name

The name of the brush.

Returns