Lines Matching refs:table
17 table = {}21 table['ppm'] = t26 table['pnm'] = t27 table['pgm'] = t28 table['pbm'] = t32 table['gif'] = t38 table['tiff'] = t44 table['rast'] = t50 table['jpeg'] = t95 if ftype is None or not table.has_key(ftype):99 sts = table[ftype].copy(fname, temp)