(self, callingWindow, context, mainItem, selection)
| 331 | return |
| 332 | |
| 333 | def _baseDisplay(self, callingWindow, context, mainItem, selection): |
| 334 | selection = self.__getSelection(selection, mainItem) |
| 335 | return self.display(callingWindow, context, selection) |
| 336 | |
| 337 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |
| 338 | selection = self.__getSelection(selection, mainItem) |
nothing calls this directly
no test coverage detected