tempfile.tempdir
When set to a value other than None
, this variable defines the default value for the dir argument to all the functions defined in this module.
If tempdir
is unset or None
at any call to any of the above functions except gettempprefix()
it is initialized following the algorithm described in gettempdir()
.
Please login to continue.