(self)
| 723 | self.pluggedImplantsTree.Bind(wx.EVT_CONTEXT_MENU, self.spawnMenu) |
| 724 | |
| 725 | def bindContext(self): |
| 726 | self.Parent.Parent.entityEditor.Bind(wx.EVT_CHOICE, self.contextChanged) |
| 727 | |
| 728 | def contextChanged(self, event): |
| 729 | BaseImplantEditorView.contextChanged(self, event) |
nothing calls this directly
no outgoing calls
no test coverage detected