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

Method apiUpdateCharSheet

eos/saveddata/character.py:128–132  ·  view source on GitHub ↗
(self, skills, secStatus=0.00)

Source from the content-addressed store, hash-verified

126 return all0
127
128 def apiUpdateCharSheet(self, skills, secStatus=0.00):
129 self.clearSkills()
130 for skillRow in skills:
131 self.addSkill(Skill(self, skillRow["typeID"], skillRow["level"]))
132 self.secStatus = float(secStatus)
133
134 def clearSkills(self):
135 del self.__skills[:]

Callers

nothing calls this directly

Calls 3

clearSkillsMethod · 0.95
addSkillMethod · 0.95
SkillClass · 0.85

Tested by

no test coverage detected