Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getDirtySkills
Method
getDirtySkills
service/character.py:325–326 ·
view source on GitHub ↗
(charID)
Source
from the content-addressed store, hash-verified
323
324
@staticmethod
325
def
getDirtySkills(charID):
326
return
eos.db.getCharacter(charID).dirtySkills
327
328
@staticmethod
329
def
getCharName(charID):
Callers
1
changeLevel
Method · 0.80
Calls
1
getCharacter
Method · 0.80
Tested by
no test coverage detected