IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP.test.TempDir Class Reference

Simple RAII-style class to make a temporary directory. More...

Inherits object.

Detailed Description

Simple RAII-style class to make a temporary directory.

When the object is created, the temporary directory is created. When the object goes out of scope, the temporary directory is deleted.

Deprecated:
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Use temporary_directory() instead.
Note
This class is only available in Python.

Definition at line 387 of file test/__init__.py.


The documentation for this class was generated from the following file: