Lines Matching refs:mkstemp
21 context managers. :func:`mkstemp` and
37 …The file is created securely, using the same rules as :func:`mkstemp`. It will be destroyed as soon
56 defaults as with :func:`mkstemp`.
127 .. function:: mkstemp(suffix=None, prefix=None, dir=None, text=False)
137 Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible
141 otherwise there will be no suffix. :func:`mkstemp` does not put a dot
167 :func:`mkstemp` returns a tuple containing an OS-level handle to an open
188 :func:`mkstemp`.
304 file immediately. This approach is used by :func:`mkstemp` and the
310 Use :func:`mkstemp` instead.
314 to those of :func:`mkstemp`, except that bytes file names, ``suffix=None``