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

Lines Matching refs:tempfile

1359     import tempfile
1360 (fd, filename) = tempfile.mkstemp()
1385 import tempfile
1386 filename = tempfile.mktemp()