(self, callingWindow, context, mainItem, selection)
| 292 | return |
| 293 | |
| 294 | def _baseDisplay(self, callingWindow, context, mainItem, selection): |
| 295 | return self.display(callingWindow, context, mainItem) |
| 296 | |
| 297 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |
| 298 | return self.getBitmap(callingWindow, context, mainItem) |