class documentation
class TemporaryFileManager(object):
Stores the list of files to be deleted and removes them on demand.
| Method | __del__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | |
Add file to list of files to be deleted. |
| Method | |
Delete all files marked for deletion |
| Method | |
Remove file from list of files to be deleted. |
| Instance Variable | _files |
Undocumented |