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

Method getSkills

service/esi.py:116–119  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

114 return char
115
116 def getSkills(self, id):
117 char = self.getSsoCharacter(id)
118 resp = super().getSkills(char)
119 return resp.json()
120
121 def getSecStatus(self, id):
122 char = self.getSsoCharacter(id)

Callers 1

expandLookupMethod · 0.45

Calls 1

getSsoCharacterMethod · 0.95

Tested by

no test coverage detected