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

Method getText

gui/builtinContextMenus/itemStats.py:37–38  ·  view source on GitHub ↗
(self, callingWindow, itmContext, mainItem)

Source from the content-addressed store, hash-verified

35 return True
36
37 def getText(self, callingWindow, itmContext, mainItem):
38 return _t("{} Stats").format(itmContext if itmContext is not None else _t("Item"))
39
40 def activate(self, callingWindow, fullContext, mainItem, i):
41 srcContext = fullContext[0]

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected