Lines Matching refs:tempdir
15 tempdir - If this is set to a string before the first use of
26 "tempdir", "gettempdir"
253 """Accessor for tempdir.template."""
256 tempdir = None
259 """Accessor for tempfile.tempdir."""
260 global tempdir
261 if tempdir is None:
264 if tempdir is None:
265 tempdir = _get_default_tempdir()
268 return tempdir