This function clear the model data.
(self)
| 25 | self._comparison_result = dict() |
| 26 | |
| 27 | def clear_data(self): |
| 28 | """ |
| 29 | This function clear the model data. |
| 30 | """ |
| 31 | self._comparison_result.clear() |
| 32 | |
| 33 | def set_result(self, node_name, compare_result): |
| 34 | """ |