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

Method _baseGetText

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

Source from the content-addressed store, hash-verified

388 return self.getBitmap(callingWindow, context, mainItem, selection)
389
390 def _baseGetText(self, callingWindow, context, mainItem, selection):
391 selection = self.__getSelection(selection, mainItem)
392 return self.getText(callingWindow, context, mainItem, selection)
393
394 def _baseGetSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem):
395 selection = self.__getSelection(selection, mainItem)

Callers

nothing calls this directly

Calls 2

__getSelectionMethod · 0.95
getTextMethod · 0.95

Tested by

no test coverage detected