Inheritance diagram for FetchTarball.FetchTarball:
Collaboration diagram for FetchTarball.FetchTarball:Public Member Functions | |
| def | __init__ |
| def | activate |
| def | deactivate |
| def | print_name |
| def | print_options |
| def | execute |
Public Member Functions inherited from FetchMTTTool.FetchMTTTool | |
| def | __init__ |
| def | print_name |
Public Attributes | |
| activated | |
| done | |
| options | |
Definition at line 30 of file FetchTarball.py.
| def FetchTarball.FetchTarball.__init__ | ( | self | ) |
Definition at line 32 of file FetchTarball.py.
| def FetchTarball.FetchTarball.activate | ( | self | ) |
Definition at line 45 of file FetchTarball.py.
| def FetchTarball.FetchTarball.deactivate | ( | self | ) |
Definition at line 51 of file FetchTarball.py.
| def FetchTarball.FetchTarball.execute | ( | self, | |
| log, | |||
| keyvals, | |||
| testDef | |||
| ) |
Definition at line 64 of file FetchTarball.py.
| def FetchTarball.FetchTarball.print_name | ( | self | ) |
Definition at line 55 of file FetchTarball.py.
| def FetchTarball.FetchTarball.print_options | ( | self, | |
| testDef, | |||
| prefix | |||
| ) |
Definition at line 58 of file FetchTarball.py.
| FetchTarball.FetchTarball.activated |
Definition at line 35 of file FetchTarball.py.
| FetchTarball.FetchTarball.done |
Definition at line 38 of file FetchTarball.py.
| FetchTarball.FetchTarball.options |
Definition at line 39 of file FetchTarball.py.
1.8.6