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

Method getSecStatus

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

Source from the content-addressed store, hash-verified

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)
329
330 def getFittings(self, char):
331 return self.get(char, EsiEndpoints.CHAR_FITTINGS.value, character_id=char.characterID)

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected