(self, callingWindow, fullContext, mainItem, i)
| 28 | return _t('Copy Module to Clipboard') |
| 29 | |
| 30 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 31 | export = renderMutant(mainItem, prefix=' ') |
| 32 | toClipboard(export) |
| 33 | |
| 34 | |
| 35 | ExportMutatedModule.register() |
nothing calls this directly
no test coverage detected