IMP  2.0.1
The Integrative Modeling Platform
IMP.test.RunInTempDir Class Reference

Simple RAII-style class to run in a temporary directory. More...

Inherits object.

Detailed Description

When the object is created, the temporary directory is created and becomes the current working directory. When the object goes out of scope, the working directory is reset and the temporary directory deleted.

Note
This class is only available in Python.

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


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