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

Method getSsoCharacters

service/esi.py:107–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 wx.PostEvent(self.mainFrame, GE.SsoLogout(charID=id))
106
107 def getSsoCharacters(self):
108 chars = eos.db.getSsoCharacters(config.getClientSecret())
109 return chars
110
111 def getSsoCharacter(self, id, server=None):
112 char = eos.db.getSsoCharacter(id, config.getClientSecret(), server)

Callers 6

runMethod · 0.80
updateCharListMethod · 0.80
updateCharListMethod · 0.80
popCharListMethod · 0.80
updateEsiMenusMethod · 0.80
charChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected