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

Method getSkills

service/esiAccess.py:324–325  ·  view source on GitHub ↗
(self, char)

Source from the content-addressed store, hash-verified

322 return self.get(None, EsiEndpoints.DYNAMIC_ITEM.value, type_id=typeID, item_id=itemID)
323
324 def getSkills(self, char):
325 return self.get(char, EsiEndpoints.CHAR_SKILLS.value, character_id=char.characterID)
326
327 def getSecStatus(self, char):
328 return self.get(char, EsiEndpoints.CHAR.value, character_id=char.characterID)

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected