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

Method _baseGetText

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

Source from the content-addressed store, hash-verified

259 return self.getBitmap(callingWindow, context)
260
261 def _baseGetText(self, callingWindow, context, mainItem, selection):
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)

Callers

nothing calls this directly

Calls 1

getTextMethod · 0.95

Tested by

no test coverage detected