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

Lines Matching full:temporary

0 """Temporary files.
4 creating temporary files and directories. The interfaces listed
13 template - the default prefix for all temporary names.
17 another candidate location to store temporary files.
149 """Generate a list of candidate temporary directories which
177 """Calculate the default directory to use for temporary files.
212 ("No usable temporary directory found in %s" % dirlist))
247 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
271 """User-callable function to create and return a unique temporary
308 """User-callable function to create and return a unique temporary
336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found")
339 """User-callable function to return a unique temporary file name. The
365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
369 """Temporary file wrapper
372 temporary use. In particular, it seeks to automatically
432 """Create and return a temporary file.
470 """Create and return a temporary file.
498 """Temporary file wrapper, specialized to switch from