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

Method ssoListChanged

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

Source from the content-addressed store, hash-verified

867 return self.charChoice.GetClientData(selection) if selection != -1 else None
868
869 def ssoListChanged(self, event):
870 if not self: # todo: fix event not unbinding properly
871 return
872
873 self.charChanged(event)
874
875 def charChanged(self, event):
876 sChar = Character.getInstance()

Callers 1

__init__Method · 0.95

Calls 1

charChangedMethod · 0.95

Tested by

no test coverage detected