(self, callingWindow, itmContext, mainItem)
| 41 | return doit |
| 42 | |
| 43 | def getText(self, callingWindow, itmContext, mainItem): |
| 44 | return _t("{0} Market Group").format(itmContext if itmContext is not None else _t("Item")) |
| 45 | |
| 46 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 47 | srcContext = fullContext[0] |