IMP
2.4.0
The Integrative Modeling Platform
|
Simple RAII-style class to make a temporary directory. More...
Inherits object.
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.
Definition at line 319 of file test/__init__.py.