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

Method _baseGetSubMenu

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

Source from the content-addressed store, hash-verified

262 return self.getText(callingWindow, context)
263
264 def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem):
265 return self.getSubMenu(callingWindow, context, rootMenu, i, pitem)
266
267 def _baseActivate(self, callingWindow, fullContext, mainItem, selection, i):
268 return self.activate(callingWindow, fullContext, i)

Callers

nothing calls this directly

Calls 1

getSubMenuMethod · 0.95

Tested by

no test coverage detected