Home | History | Annotate | Download | only in python2.7

Lines Matching refs:tempfile

952     tempfile = file + "~"
953 f = open(tempfile, 'w')
957 os.rename(tempfile, file)