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

Method fetchSkills

gui/characterEditor.py:856–859  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

854 event.Skip()
855
856 def fetchSkills(self, evt):
857 sChar = Character.getInstance()
858 char = self.charEditor.entityEditor.getActiveEntity()
859 sChar.apiFetch(char.ID, APIView.fetchCallback)
860
861 def addCharacter(self, event):
862 sEsi = Esi.getInstance()

Callers

nothing calls this directly

Calls 3

getActiveEntityMethod · 0.80
apiFetchMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected