(self)
| 93 | self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE)) |
| 94 | |
| 95 | def bindContext(self): |
| 96 | self.Parent.entityEditor.Bind(wx.EVT_CHOICE, self.contextChanged) |
| 97 | |
| 98 | def getImplantsFromContext(self): |
| 99 | sIS = ImplantSets.getInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected