Gimp.BatchProcedure.get_interpreter_name
@accepts(Gimp.BatchProcedure)
@returns(unicode)
def get_interpreter_name(self):
# Python wrapper for gimp_batch_procedure_get_interpreter_name()
Returns the procedure's interpreter name, as set with [method@BatchProcedure.set_interpreter_name].
Since 3.0
- self
A batch procedure object.
- Returns