(self, callingWindow, context, mainItem, selection)
| 339 | return self.getBitmap(callingWindow, context, selection) |
| 340 | |
| 341 | def _baseGetText(self, callingWindow, context, mainItem, selection): |
| 342 | selection = self.__getSelection(selection, mainItem) |
| 343 | return self.getText(callingWindow, context, selection) |
| 344 | |
| 345 | def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem): |
| 346 | selection = self.__getSelection(selection, mainItem) |
nothing calls this directly
no test coverage detected