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

Method getActiveCharacter

gui/characterEditor.py:865–867  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

863 sEsi.login()
864
865 def getActiveCharacter(self):
866 selection = self.charChoice.GetCurrentSelection()
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

Callers 1

ssoCharChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected