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

Method getCharName

service/character.py:329–330  ·  view source on GitHub ↗
(charID)

Source from the content-addressed store, hash-verified

327
328 @staticmethod
329 def getCharName(charID):
330 return eos.db.getCharacter(charID).name
331
332 @staticmethod
333 def new(name="New Character"):

Callers 2

toggleRefreshButtonMethod · 0.80
SaveCharacterAsMethod · 0.80

Calls 1

getCharacterMethod · 0.80

Tested by

no test coverage detected