(self, callingWindow, fullContext, mainItem, i)
| 37 | return _t("Open Fit in New Tab") |
| 38 | |
| 39 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 40 | if isinstance(mainItem, BaseWrapper): |
| 41 | mainItem = mainItem.item |
| 42 | wx.PostEvent(self.mainFrame, FitSelected(fitID=mainItem.ID, startup=2)) |
| 43 | |
| 44 | |
| 45 | OpenFitInNewTab.register() |
nothing calls this directly
no outgoing calls
no test coverage detected