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

Method getSsoCharacter

service/esi.py:111–114  ·  view source on GitHub ↗
(self, id, server=None)

Source from the content-addressed store, hash-verified

109 return chars
110
111 def getSsoCharacter(self, id, server=None):
112 char = eos.db.getSsoCharacter(id, config.getClientSecret(), server)
113 eos.db.commit()
114 return char
115
116 def getSkills(self, id):
117 char = self.getSsoCharacter(id)

Callers 10

getSkillsMethod · 0.95
getSecStatusMethod · 0.95
getFittingsMethod · 0.95
postFittingMethod · 0.95
delFittingMethod · 0.95
handleLoginMethod · 0.95
delSsoCharacterMethod · 0.45
deleteAllFittingsMethod · 0.45
toggleRefreshButtonMethod · 0.45
charChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected