![]() |
The Gaudi Framework
v27r0
|
Public Member Functions | |
def | __init__ |
def | getName (self) |
def | __str__ (self) |
def | __del__ (self) |
Private Attributes | |
_keep_var | |
_name | |
Class to create a temporary directory.
Definition at line 111 of file validate_patch.py.
def validate_patch.TempDir.__init__ | ( | self, | |
suffix = "" , |
|||
prefix = "tmp" , |
|||
dir = None , |
|||
keep_var = "KEEPTEMPDIR" |
|||
) |
Constructor. 'keep_var' is used to define which environment variable will prevent the deletion of the directory. The other arguments are the same as tempfile.mkdtemp.
Definition at line 113 of file validate_patch.py.
def validate_patch.TempDir.__del__ | ( | self | ) |
def validate_patch.TempDir.__str__ | ( | self | ) |
def validate_patch.TempDir.getName | ( | self | ) |
|
private |
Definition at line 121 of file validate_patch.py.
|
private |
Definition at line 122 of file validate_patch.py.