(self, callingWindow, context)
| 22 | return srcContext in ("implantItemMisc", "implantEditor") |
| 23 | |
| 24 | def getText(self, callingWindow, context): |
| 25 | return _t("Apply Implant Set") |
| 26 | |
| 27 | def _addSeparator(self, m, text): |
| 28 | id_ = ContextMenuUnconditional.nextID() |