(self, clientHash)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected