(self, callingWindow, fullContext, mainItem, selection, i)
| 347 | return self.getSubMenu(callingWindow, context, selection, rootMenu, i, pitem) |
| 348 | |
| 349 | def _baseActivate(self, callingWindow, fullContext, mainItem, selection, i): |
| 350 | selection = self.__getSelection(selection, mainItem) |
| 351 | return self.activate(callingWindow, fullContext, selection, i) |
| 352 | |
| 353 | def __getSelection(self, selection, mainItem): |
| 354 | if mainItem is not None and mainItem not in selection: |
nothing calls this directly
no test coverage detected