(self, selection, mainItem)
| 400 | return self.activate(callingWindow, fullContext, mainItem, selection, i) |
| 401 | |
| 402 | def __getSelection(self, selection, mainItem): |
| 403 | if mainItem is not None and mainItem not in selection: |
| 404 | selection.append(mainItem) |
| 405 | return selection |
| 406 | |
| 407 | |
| 408 | import gui.builtinContextMenus |
no test coverage detected