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

Method getSsoCharacter

eos/saveddata/character.py:187–188  ·  view source on GitHub ↗
(self, clientHash)

Source from the content-addressed store, hash-verified

185 self.__ssoCharacters.remove(x)
186
187 def getSsoCharacter(self, clientHash):
188 return next((x for x in self.__ssoCharacters if x.client == clientHash), None)
189
190 @property
191 def alphaCloneID(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected