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

Method name

eos/saveddata/character.py:164–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162
163 @property
164 def name(self):
165 name = self.savedName
166
167 if self.isDirty:
168 name += " *"
169
170 if self.alphaCloneID:
171 name += ' (\u03B1)'
172
173 return name
174
175 @name.setter
176 def name(self, name):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected