| Home | Trees | Indices | Help |
|
|---|
|
|
Provides temporary file handling cenetered around a single top-level securely created temporary directory.
The public interface of this module is thread-safe.
|
|||
|
TemporaryDirectory A temporary directory. |
|||
|
|||
|
|||
|
|||
_defaultLock = threading.Lock()
|
|||
_defaultInstance = Nonehash(x) |
|||
__package__ =
|
|||
|
|||
Obtain the global default instance of TemporaryDirectory, creating it first if necessary. Failures are propagated to caller. Most callers are expected to use this function rather than instantiating TemporaryDirectory directly, unless they explicitly desdire to have their "own" directory for some reason. This function is thread-safe. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 25 13:38:16 2011 | http://epydoc.sourceforge.net |