Skip to main content

module

tempfile

Implements tempfile methods.

You can import a method from the tempfile package. For example:

from tempfile import gettempdir

Aliases

  • TMP_MAX = 10000:

Functions

  • gettempdir: Return the default directory to use for temporary files.
  • mkdtemp: Create a temporary directory. Caller is responsible for deleting the directory when done with it.