MCPcopy
hub / github.com/pyfa-org/Pyfa / getSkillLevel

Method getSkillLevel

service/character.py:320–322  ·  view source on GitHub ↗
(charID, skillID)

Source from the content-addressed store, hash-verified

318
319 @staticmethod
320 def getSkillLevel(charID, skillID):
321 skill = eos.db.getCharacter(charID).getSkill(skillID)
322 return float(skill.level) if skill.learned else _t("Not learned"), skill.isDirty
323
324 @staticmethod
325 def getDirtySkills(charID):

Callers

nothing calls this directly

Calls 3

getSkillMethod · 0.80
getCharacterMethod · 0.80
_tFunction · 0.50

Tested by

no test coverage detected