Home | Trees | Indices | Help |
|
---|
|
Create and return a temporary directory. This has the same behavior as mkdtemp but can be used as a context manager. For example:
- with TemporaryDirectory() as tmpdir:
- ...
Upon exiting the context, the directory and everthing contained in it are removed.
|
|||
_os_error OS system call failed. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
list_of_strings |
|
||
|
|||
|
|||
|
|
|||
Inherited from |
|
|
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
|
Return a list containing the names of the entries in the directory. path: path of directory to list The list is in arbitrary order. It does not include the special entries '.' and '..' even if they are present in the directory.
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1-MDP on Mon Apr 27 21:56:25 2020 | http://epydoc.sourceforge.net |