MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / init

Method init

eos/gamedata.py:547–551  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

545class AlphaClone(EqBase):
546 @reconstructor
547 def init(self):
548 self.skillCache = {}
549
550 for x in self.skills:
551 self.skillCache[x.typeID] = x
552
553 def getSkillLevel(self, skill):
554 if skill.item.ID in self.skillCache:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected