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

Method _baseGetSubMenu

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

Source from the content-addressed store, hash-verified

343 return self.getText(callingWindow, context, selection)
344
345 def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem):
346 selection = self.__getSelection(selection, mainItem)
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)

Callers

nothing calls this directly

Calls 2

__getSelectionMethod · 0.95
getSubMenuMethod · 0.95

Tested by

no test coverage detected