IMP  2.3.1
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.

Note
This class is only available in Python.

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


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