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

Method getActiveCharacter

gui/characterSelection.py:130–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 self.refreshCharacterList()
129
130 def getActiveCharacter(self):
131 selection = self.charChoice.GetCurrentSelection()
132 return self.charChoice.GetClientData(selection) if selection != -1 else None
133
134 def refreshCharacterList(self, event=None):
135 choice = self.charChoice

Callers 5

grantMissingSkillsMethod · 0.95
refreshCharacterListMethod · 0.95
refreshApiMethod · 0.95
charChangedMethod · 0.95
toggleRefreshButtonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected