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

Method getText

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

Source from the content-addressed store, hash-verified

37 return True
38
39 def getText(self, callingWindow, itmContext):
40 return _t('Paste {}').format(self.viewSpecMap[self.srcContext][0])
41
42 def activate(self, callingWindow, fullContext, i):
43 text = fromClipboard()

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected