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

Method getText

gui/builtinContextMenus/itemMarketJump.py:43–44  ·  view source on GitHub ↗
(self, callingWindow, itmContext, mainItem)

Source from the content-addressed store, hash-verified

41 return doit
42
43 def getText(self, callingWindow, itmContext, mainItem):
44 return _t("{0} Market Group").format(itmContext if itmContext is not None else _t("Item"))
45
46 def activate(self, callingWindow, fullContext, mainItem, i):
47 srcContext = fullContext[0]

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected