MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getText

Method getText

gui/builtinViewColumns/misc.py:56–57  ·  view source on GitHub ↗
(self, stuff)

Source from the content-addressed store, hash-verified

54 self.fittingView = fittingView
55
56 def getText(self, stuff):
57 return self.__getData(stuff)[0]
58
59 def getToolTip(self, mod):
60 return self.__getData(mod)[1]

Callers

nothing calls this directly

Calls 1

__getDataMethod · 0.95

Tested by

no test coverage detected