(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem)
| 222 | |
| 223 | @abstractmethod |
| 224 | def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem): |
| 225 | raise NotImplementedError |
| 226 | |
| 227 | @abstractmethod |
| 228 | def _baseActivate(self, callingWindow, fullContext, mainItem, selection, i): |