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

Method getText

gui/builtinContextMenus/ammoToDmgPattern.py:31–32  ·  view source on GitHub ↗
(self, callingWindow, itmContext, mainItem)

Source from the content-addressed store, hash-verified

29 return False
30
31 def getText(self, callingWindow, itmContext, mainItem):
32 return _t("Set {} as Damage Pattern").format(itmContext if itmContext is not None else _t("Item"))
33
34 def activate(self, callingWindow, fullContext, mainItem, i):
35 fitID = self.mainFrame.getActiveFit()

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected