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

Method addCharacter

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

Source from the content-addressed store, hash-verified

859 sChar.apiFetch(char.ID, APIView.fetchCallback)
860
861 def addCharacter(self, event):
862 sEsi = Esi.getInstance()
863 sEsi.login()
864
865 def getActiveCharacter(self):
866 selection = self.charChoice.GetCurrentSelection()

Callers

nothing calls this directly

Calls 2

loginMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected