Public Member Functions | |
def | __init__ |
def | activate |
def | deactivate |
def | print_name |
def | print_options |
def | execute |
Public Member Functions inherited from FirmwareMTTStage.FirmwareMTTStage | |
def | __init__ |
def | print_name |
def | ordering |
Public Attributes | |
options | |
Definition at line 20 of file FooFlash.py.
def FooFlash.FooFlash.__init__ | ( | self | ) |
Definition at line 22 of file FooFlash.py.
def FooFlash.FooFlash.activate | ( | self | ) |
Definition at line 27 of file FooFlash.py.
def FooFlash.FooFlash.deactivate | ( | self | ) |
Definition at line 32 of file FooFlash.py.
def FooFlash.FooFlash.execute | ( | self, | |
log, | |||
keyvals, | |||
testDef | |||
) |
Definition at line 44 of file FooFlash.py.
def FooFlash.FooFlash.print_name | ( | self | ) |
Definition at line 36 of file FooFlash.py.
def FooFlash.FooFlash.print_options | ( | self, | |
testDef, | |||
prefix | |||
) |
Definition at line 39 of file FooFlash.py.
FooFlash.FooFlash.options |
Definition at line 25 of file FooFlash.py.