Public Member Functions | |
| def | __init__ |
| def | add |
| def | convert |
| def | set_defaults |
Private Attributes | |
| _fields | |
Definition at line 115 of file annotate_diag.py.
| def annotate_diag.KeyValueList.__init__ | ( | self | ) |
Definition at line 116 of file annotate_diag.py.
| def annotate_diag.KeyValueList.add | ( | self, | |
| key_name, | |||
| convert_obj | |||
| ) |
Add conversion to list
Definition at line 119 of file annotate_diag.py.
| def annotate_diag.KeyValueList.convert | ( | self, | |
| msg, | |||
| obj | |||
| ) |
Convert values contained in DiagnosticStatus message into variable in obj
Definition at line 123 of file annotate_diag.py.
| def annotate_diag.KeyValueList.set_defaults | ( | self, | |
| obj | |||
| ) |
Sets default variable values in object
Definition at line 130 of file annotate_diag.py.
annotate_diag.KeyValueList::_fields [private] |
Definition at line 116 of file annotate_diag.py.