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

Method getText

gui/builtinContextMenus/droneSplitStack.py:28–29  ·  view source on GitHub ↗
(self, callingWindow, itmContext, mainItem)

Source from the content-addressed store, hash-verified

26 return mainItem.amount > 1
27
28 def getText(self, callingWindow, itmContext, mainItem):
29 return _t("Split {} Stack").format(itmContext)
30
31 def activate(self, callingWindow, fullContext, mainItem, i):
32 with DroneStackSplit(self.mainFrame, mainItem.amount) as dlg:

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected