Lines Matching refs:tempfile
1359 import tempfile1360 (fd, filename) = tempfile.mkstemp()1385 import tempfile1386 filename = tempfile.mktemp()