(self, event)
| 726 | self.Parent.Parent.entityEditor.Bind(wx.EVT_CHOICE, self.contextChanged) |
| 727 | |
| 728 | def contextChanged(self, event): |
| 729 | BaseImplantEditorView.contextChanged(self, event) |
| 730 | self.determineEnabled() |
| 731 | |
| 732 | def getImplantsFromContext(self): |
| 733 | sChar = Character.getInstance() |
nothing calls this directly
no test coverage detected