Show More
@@ -1,3 +1,9 b'' | |||
|
1 | """ This module contains classes - NamedFileInTemporaryDirectory, TemporaryWorkingDirectory. | |
|
2 | ||
|
3 | These classes add extra features such as creating a named file in temporary directory and | |
|
4 | creating a context manager for the working directory which is also temporary. | |
|
5 | """ | |
|
6 | ||
|
1 | 7 | import os as _os |
|
2 | 8 | import warnings as _warnings |
|
3 | 9 | import sys as _sys |
General Comments 0
You need to be logged in to leave comments.
Login now