Gimp.Resource.is_pattern
@accepts(Gimp.Resource)
@returns(bool)
def is_pattern(self):
# Python wrapper for gimp_resource_is_pattern()
Returns whether the resource is a pattern.
This procedure returns TRUE if the specified resource is a pattern.
Since 3.0
- self
The resource.
- Returns