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

Method getActiveCharacter

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

Source from the content-addressed store, hash-verified

345 event.Skip()
346
347 def getActiveCharacter(self):
348 selection = self.charChoice.GetCurrentSelection()
349 return self.charChoice.GetClientData(selection) if selection not in (None, -1) else None
350
351 def exportFitting(self, event):
352 sPort = Port.getInstance()

Callers 1

exportFittingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected