Lines Matching full:temporary
1 :mod:`tempfile` --- Generate temporary files and directories
8 :synopsis: Generate temporary files and directories.
12 pair: temporary; file name
13 pair: temporary; file
19 This module generates temporary files and directories. It works on all
25 insecure :func:`mktemp` function. Temporary file names created by this module
30 allow direct control over the location and name of temporary files. It is
40 Return a file-like object that can be used as a temporary storage area.
45 this; your code should not rely on a temporary file created using this
69 used to open the file a second time, while the named temporary file is
106 Creates a temporary file in the most secure manner possible. There are
115 for deleting the temporary file when done with it.
146 Creates a temporary directory in the most secure manner possible. There
150 The user of :func:`mkdtemp` is responsible for deleting the temporary
190 temporary name. They are initialized at the first call to any of the
228 Return the directory currently selected to create temporary files in. If
252 Return the filename prefix used to create temporary files. This does not