Returns the component from the last element of the trace.
(self)
| 61 | self.show_trace = show_trace |
| 62 | |
| 63 | def GetResult(self): |
| 64 | """Returns the component from the last element of the trace.""" |
| 65 | return self.GetLastHealthyElement().component |
| 66 | |
| 67 | def GetLastHealthyElement(self): |
| 68 | """Returns the last element of the trace that is not an error. |