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

Method getText

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

Source from the content-addressed store, hash-verified

36 return True
37
38 def getText(self, callingWindow, itmContext):
39 return _t('Copy All {}').format(self.viewSpecMap[self.srcContext][0])
40
41 def activate(self, callingWindow, fullContext, i):
42 items = self.viewSpecMap[self.srcContext][1](callingWindow)

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected