Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toggleRefreshButton
Method · 0.80
SaveCharacterAs
Method · 0.80
Calls
1
getCharacter
Method · 0.80
Tested by
no test coverage detected