Gimp.PDB.procedure_exists

@accepts(Gimp.PDB, unicode)
@returns(bool)
def procedure_exists(self, procedure_name):
    # Python wrapper for gimp_pdb_procedure_exists()
  

This function checks if a procedure exists in the procedural database.

Since 3.0

self

A PDB instance.

procedure_name

A procedure name

Returns