|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | __del__ |
| def | __getattr__ |
Public Attributes | |
| name | |
Private Attributes | |
| _keep | |
| _origdir | |
Small class for temporary directories. 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 178 of file GaudiTest.py.
| def GaudiTest.TempDir.__init__ | ( | self, | |
keep = False, |
|||
chdir = False |
|||
| ) |
| def GaudiTest.TempDir.__del__ | ( | self | ) |
| def GaudiTest.TempDir.__getattr__ | ( | self, | |
| attr | |||
| ) |
Definition at line 202 of file GaudiTest.py.
| def GaudiTest.TempDir.__str__ | ( | self | ) |
Definition at line 193 of file GaudiTest.py.
|
private |
Definition at line 187 of file GaudiTest.py.
|
private |
Definition at line 188 of file GaudiTest.py.
| GaudiTest.TempDir.name |
Definition at line 186 of file GaudiTest.py.