Searched refs:temp_fname (Results 1 – 2 of 2) sorted by relevance
111 temp_fname = 'temp_master_source.metal'112 with open(temp_fname, 'wb') as temp_file:120 args += ['-E', temp_fname]138 os.remove(temp_fname)
83 temp_fname = fname + '.temp' variable84 with open(fname) as f1, open(temp_fname, 'w') as f2:98 os.rename(temp_fname, fname)