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

Method characterDisplay

eos/saveddata/ssocharacter.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40
41 @property
42 def characterDisplay(self):
43 return "{} [{}]".format(self.characterName, self.server)
44 def is_token_expired(self):
45 if self.accessTokenExpires is None:
46 return True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected