MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / contextChanged

Method contextChanged

gui/characterEditor.py:728–730  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

determineEnabledMethod · 0.95

Tested by

no test coverage detected