(self, callingWindow, itmContext)
| 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() |