(self, callingWindow, fullContext, mainItem, selection, i)
| 396 | return self.getSubMenu(callingWindow, context, mainItem, selection, rootMenu, i, pitem) |
| 397 | |
| 398 | def _baseActivate(self, callingWindow, fullContext, mainItem, selection, i): |
| 399 | selection = self.__getSelection(selection, mainItem) |
| 400 | return self.activate(callingWindow, fullContext, mainItem, selection, i) |
| 401 | |
| 402 | def __getSelection(self, selection, mainItem): |
| 403 | if mainItem is not None and mainItem not in selection: |
nothing calls this directly
no test coverage detected