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

Method ssoCharChanged

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

Source from the content-addressed store, hash-verified

844 pass
845
846 def ssoCharChanged(self, event):
847 sChar = Character.getInstance()
848 activeChar = self.charEditor.entityEditor.getActiveEntity()
849 ssoChar = self.getActiveCharacter()
850 sChar.setSsoCharacter(activeChar.ID, ssoChar)
851
852 self.fetchButton.Enable(ssoChar is not None)
853
854 event.Skip()
855
856 def fetchSkills(self, evt):
857 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 4

getActiveCharacterMethod · 0.95
getActiveEntityMethod · 0.80
getInstanceMethod · 0.45
setSsoCharacterMethod · 0.45

Tested by

no test coverage detected