(self)
| 10 | class ImplantSetSave(ContextMenuUnconditional): |
| 11 | |
| 12 | def __init__(self): |
| 13 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 14 | |
| 15 | def display(self, callingWindow, srcContext): |
| 16 | if srcContext not in ('implantItemMisc', 'implantItemMiscChar'): |
nothing calls this directly
no test coverage detected