MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getActiveCharacter

Method getActiveCharacter

gui/esiFittings.py:109–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 event.Skip()
108
109 def getActiveCharacter(self):
110 selection = self.charChoice.GetCurrentSelection()
111 return self.charChoice.GetClientData(selection) if selection not in (None, -1) else None
112
113 def fetchFittings(self, event):
114 sEsi = Esi.getInstance()

Callers 7

fetchFittingsMethod · 0.95
deleteFittingMethod · 0.95
deleteAllFittingsMethod · 0.95
fitChangedMethod · 0.45
saveCharMethod · 0.45
saveCharAsMethod · 0.45
revertCharMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected