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

Method _baseActivate

gui/contextMenu.py:267–268  ·  view source on GitHub ↗
(self, callingWindow, fullContext, mainItem, selection, i)

Source from the content-addressed store, hash-verified

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)
269
270
271class ContextMenuSingle(ContextMenu, metaclass=ABCMeta):

Callers

nothing calls this directly

Calls 1

activateMethod · 0.95

Tested by

no test coverage detected