![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
Public Member Functions | |
def | __init__ (self, suffix='', prefix='tmp', dir=None, text=False, keep=False) |
def | __str__ (self) |
def | __del__ (self) |
def | __getattr__ (self, attr) |
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 219 of file GaudiTest.py.
def GaudiTest.TempFile.__init__ | ( | self, | |
suffix = '' , |
|||
prefix = 'tmp' , |
|||
dir = None , |
|||
text = False , |
|||
keep = False |
|||
) |
Definition at line 227 of file GaudiTest.py.
def GaudiTest.TempFile.__del__ | ( | self | ) |
Definition at line 243 of file GaudiTest.py.
def GaudiTest.TempFile.__getattr__ | ( | self, | |
attr | |||
) |
Definition at line 249 of file GaudiTest.py.
def GaudiTest.TempFile.__str__ | ( | self | ) |
Definition at line 240 of file GaudiTest.py.
|
private |
Definition at line 230 of file GaudiTest.py.
GaudiTest.TempFile.file |
Definition at line 228 of file GaudiTest.py.
GaudiTest.TempFile.name |
Definition at line 229 of file GaudiTest.py.