(self)
| 104 | return |
| 105 | |
| 106 | def UpdateList(self): |
| 107 | self.Freeze() |
| 108 | self.paramList.DeleteRoot() |
| 109 | self.PopulateList() |
| 110 | self.Thaw() |
| 111 | # self.paramList.resizeLastColumn(100) |
| 112 | |
| 113 | def RefreshValues(self, event): |
| 114 | self._fetchValues() |
no test coverage detected