Method
_baseActivate
(self, callingWindow, fullContext, mainItem, selection, i)
Source from the content-addressed store, hash-verified
| 304 | return self.getSubMenu(callingWindow, context, mainItem, rootMenu, i, pitem) |
| 305 | |
| 306 | def _baseActivate(self, callingWindow, fullContext, mainItem, selection, i): |
| 307 | return self.activate(callingWindow, fullContext, mainItem, i) |
| 308 | |
| 309 | |
| 310 | class ContextMenuSelection(ContextMenu, metaclass=ABCMeta): |
Callers
nothing calls this directly
Tested by
no test coverage detected