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

Method getText

gui/builtinContextMenus/commandFitAdd.py:49–50  ·  view source on GitHub ↗
(self, callingWindow, itmContext)

Source from the content-addressed store, hash-verified

47 return True
48
49 def getText(self, callingWindow, itmContext):
50 return _t("Command Fits")
51
52 def addFit(self, menu, fit, includeShip=False):
53 label = fit.name if not includeShip else "({}) {}".format(fit.ship.item.name, fit.name)

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected