The Gaudi Framework
v30r3 (a5ef0a68)
|
Public Member Functions | |
def | __init__ (self, keep=False, chdir=False) |
def | __str__ (self) |
def | __del__ (self) |
def | __getattr__ (self, attr) |
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 187 of file GaudiTest.py.
def GaudiTest.TempDir.__init__ | ( | self, | |
keep = False , |
|||
chdir = False |
|||
) |
Definition at line 195 of file GaudiTest.py.
def GaudiTest.TempDir.__del__ | ( | self | ) |
Definition at line 206 of file GaudiTest.py.
def GaudiTest.TempDir.__getattr__ | ( | self, | |
attr | |||
) |
Definition at line 212 of file GaudiTest.py.
def GaudiTest.TempDir.__str__ | ( | self | ) |
Definition at line 203 of file GaudiTest.py.
|
private |
Definition at line 197 of file GaudiTest.py.
|
private |
Definition at line 198 of file GaudiTest.py.
GaudiTest.TempDir.name |
Definition at line 196 of file GaudiTest.py.