MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / _baseGetSubMenu

Method _baseGetSubMenu

gui/contextMenu.py:394–396  ·  view source on GitHub ↗
(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem)

Source from the content-addressed store, hash-verified

392 return self.getText(callingWindow, context, mainItem, selection)
393
394 def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem):
395 selection = self.__getSelection(selection, mainItem)
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)

Callers

nothing calls this directly

Calls 2

__getSelectionMethod · 0.95
getSubMenuMethod · 0.95

Tested by

no test coverage detected