MCPcopy 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

changeLevelMethod · 0.80

Calls 1

getCharacterMethod · 0.80

Tested by

no test coverage detected