(self, callingWindow, context, mainItem, selection)
| 253 | return |
| 254 | |
| 255 | def _baseDisplay(self, callingWindow, context, mainItem, selection): |
| 256 | return self.display(callingWindow, context) |
| 257 | |
| 258 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |
| 259 | return self.getBitmap(callingWindow, context) |