IMP Reference Guide
2.6.1
The Integrative Modeling Platform
|
Simple RAII-style class to run in a temporary directory. More...
Inherits object.
Simple RAII-style class to run in a temporary directory.
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.
Definition at line 409 of file test/__init__.py.