(self, callingWindow, itmContext, mainItem)
| 35 | return True |
| 36 | |
| 37 | def getText(self, callingWindow, itmContext, mainItem): |
| 38 | return _t("{} Stats").format(itmContext if itmContext is not None else _t("Item")) |
| 39 | |
| 40 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 41 | srcContext = fullContext[0] |