![]() |
The Gaudi Framework
v26r0
|
Public Member Functions | |
| def | __init__ |
| def | get_dest |
| def | set_dest |
| def | get_sources |
| def | remove |
| def | __len__ |
Private Attributes | |
| _installed_files | |
Class to incapsulate the logfile functionalities.
Definition at line 87 of file install.py.
| def install.LogFile.__init__ | ( | self | ) |
Definition at line 91 of file install.py.
| def install.LogFile.__len__ | ( | self | ) |
Definition at line 112 of file install.py.
| def install.LogFile.get_dest | ( | self, | |
| source | |||
| ) |
Definition at line 94 of file install.py.
| def install.LogFile.get_sources | ( | self | ) |
Definition at line 103 of file install.py.
| def install.LogFile.remove | ( | self, | |
| source | |||
| ) |
Definition at line 106 of file install.py.
| def install.LogFile.set_dest | ( | self, | |
| source, | |||
| dest | |||
| ) |
Definition at line 100 of file install.py.
|
private |
Definition at line 92 of file install.py.