(self, callingWindow, context, mainItem, selection)
| 384 | return self.display(callingWindow, context, mainItem, selection) |
| 385 | |
| 386 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |
| 387 | selection = self.__getSelection(selection, mainItem) |
| 388 | return self.getBitmap(callingWindow, context, mainItem, selection) |
| 389 | |
| 390 | def _baseGetText(self, callingWindow, context, mainItem, selection): |
| 391 | selection = self.__getSelection(selection, mainItem) |
nothing calls this directly
no test coverage detected