Gimp.PDB.temp_procedure_name

@accepts(Gimp.PDB)
@returns(unicode)
def temp_procedure_name(self):
    # Python wrapper for gimp_pdb_temp_procedure_name()
  

Generates a unique temporary PDB name.

This function generates a temporary PDB entry name that is guaranteed to be unique.

Since 3.0

self

the Gimp.PDB object.

Returns