(self)
| 26 | class ChangeItemMutation(ContextMenuSingle): |
| 27 | |
| 28 | def __init__(self): |
| 29 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 30 | self.eventIDs = {} |
| 31 | |
| 32 | def display(self, callingWindow, srcContext, mainItem): |
| 33 |
nothing calls this directly
no test coverage detected