Gimp.Procedure.run
@accepts(Gimp.Procedure, Gimp.ValueArray)
@returns(Gimp.ValueArray)
def run(self, args):
# Python wrapper for gimp_procedure_run()
Runs the procedure, calling the run_func given in [ctor@Procedure.new].
Since 3.0
- self
a @GimpProcedure.
- args
the self's arguments.
- Returns