(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem)
| 392 | return self.getText(callingWindow, context, mainItem, selection) |
| 393 | |
| 394 | def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem): |
| 395 | selection = self.__getSelection(selection, mainItem) |
| 396 | return self.getSubMenu(callingWindow, context, mainItem, selection, rootMenu, i, pitem) |
| 397 | |
| 398 | def _baseActivate(self, callingWindow, fullContext, mainItem, selection, i): |
| 399 | selection = self.__getSelection(selection, mainItem) |
nothing calls this directly
no test coverage detected