(self)
| 63 | self.SetEditorValidator(ImplantTextValidor) |
| 64 | |
| 65 | def getEntitiesFromContext(self): |
| 66 | sIS = ImplantSets.getInstance() |
| 67 | return sorted(sIS.getImplantSetList(), key=lambda c: c.name) |
| 68 | |
| 69 | def DoNew(self, name): |
| 70 | sIS = ImplantSets.getInstance() |
nothing calls this directly
no test coverage detected