(self, event)
| 362 | self.PopupMenu(menu) |
| 363 | |
| 364 | def OnResistModeChanged(self, event): |
| 365 | if set(event.fitIDs).intersection(w.item.ID for w in self._wrappers if w.isFit): |
| 366 | self.updateView() |
| 367 | |
| 368 | @property |
| 369 | def defaultTTText(self): |
nothing calls this directly
no test coverage detected