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

Method _baseGetText

gui/contextMenu.py:300–301  ·  view source on GitHub ↗
(self, callingWindow, context, mainItem, selection)

Source from the content-addressed store, hash-verified

298 return self.getBitmap(callingWindow, context, mainItem)
299
300 def _baseGetText(self, callingWindow, context, mainItem, selection):
301 return self.getText(callingWindow, context, mainItem)
302
303 def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem):
304 return self.getSubMenu(callingWindow, context, mainItem, rootMenu, i, pitem)

Callers

nothing calls this directly

Calls 1

getTextMethod · 0.95

Tested by

no test coverage detected