Lines Matching full:temporary
1 """Temporary files.
4 creating temporary files and directories. All of the interfaces
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.
217 ("No usable temporary directory found in %s" % dirlist))
257 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
281 """User-callable function to create and return a unique temporary
318 """User-callable function to create and return a unique temporary
351 raise IOError, (_errno.EEXIST, "No usable temporary directory name found")
354 """User-callable function to return a unique temporary file name. The
380 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
384 """Temporary file wrapper
387 temporary use. In particular, it seeks to automatically
449 """Create and return a temporary file.
492 """Create and return a temporary file.
520 """Temporary file wrapper, specialized to switch from