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

Method getText

gui/builtinContextMenus/shipModeChange.py:39–40  ·  view source on GitHub ↗
(self, callingWindow, itmContext)

Source from the content-addressed store, hash-verified

37 return srcContext == "fittingShip" and self.modes is not None
38
39 def getText(self, callingWindow, itmContext):
40 return _t("Tactical Mode")
41
42 def addMode(self, menu, mode):
43 key = mode.item.typeName.rsplit()[-2]

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected