Gimp.Pattern.get_by_name

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

Returns the pattern with the given name.

Returns the pattern with the given name.

Since 3.0

name

The name of the pattern.

Returns