Gimp.Procedure.get_argument_sync

@accepts(Gimp.Procedure, unicode)
@returns(Gimp.ArgumentSync)
def get_argument_sync(self, arg_name):
    # Python wrapper for gimp_procedure_get_argument_sync()
  

Since 3.0

self

a Gimp.Procedure

arg_name

the name of one of self's arguments or auxiliary arguments

Returns