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

Method getText

gui/builtinContextMenus/itemProject.py:33–34  ·  view source on GitHub ↗
(self, callingWindow, itmContext, mainItem)

Source from the content-addressed store, hash-verified

31 return mainItem.isType("projected")
32
33 def getText(self, callingWindow, itmContext, mainItem):
34 return _t("Project {0} onto Fit").format(itmContext)
35
36 def activate(self, callingWindow, fullContext, mainItem, i):
37 fitID = self.mainFrame.getActiveFit()

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected