(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem)
| 301 | return self.getText(callingWindow, context, mainItem) |
| 302 | |
| 303 | def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem): |
| 304 | return self.getSubMenu(callingWindow, context, mainItem, rootMenu, i, pitem) |
| 305 | |
| 306 | def _baseActivate(self, callingWindow, fullContext, mainItem, selection, i): |
| 307 | return self.activate(callingWindow, fullContext, mainItem, i) |
nothing calls this directly
no test coverage detected