|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | __del__ |
| def | __getattr__ |
Public Attributes | |
| file | |
| name | |
Private Attributes | |
| _keep | |
Small class for temporary files. When instantiated, it creates a temporary directory and the instance behaves as the string containing the directory name. When the instance goes out of scope, it removes all the content of the temporary directory (automatic clean-up).
Definition at line 182 of file GaudiTest.py.
| def GaudiTest::TempFile::__init__ | ( | self, | |
suffix = '', |
|||
prefix = 'tmp', |
|||
dir = None, |
|||
text = False, |
|||
keep = False |
|||
| ) |
Definition at line 189 of file GaudiTest.py.
| def GaudiTest::TempFile::__del__ | ( | self ) |
Definition at line 200 of file GaudiTest.py.
| def GaudiTest::TempFile::__getattr__ | ( | self, | |
| attr | |||
| ) |
Definition at line 206 of file GaudiTest.py.
| def GaudiTest::TempFile::__str__ | ( | self ) |
Definition at line 197 of file GaudiTest.py.
GaudiTest::TempFile::_keep [private] |
Definition at line 189 of file GaudiTest.py.
Definition at line 189 of file GaudiTest.py.
Definition at line 189 of file GaudiTest.py.