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