(self, callingWindow, context, mainItem, selection)
| 380 | return |
| 381 | |
| 382 | def _baseDisplay(self, callingWindow, context, mainItem, selection): |
| 383 | selection = self.__getSelection(selection, mainItem) |
| 384 | return self.display(callingWindow, context, mainItem, selection) |
| 385 | |
| 386 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |
| 387 | selection = self.__getSelection(selection, mainItem) |
nothing calls this directly
no test coverage detected