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

Method getSkillIDMap

eos/saveddata/character.py:84–92  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

82
83 @classmethod
84 def getSkillIDMap(cls):
85 if cls.__itemIDMap is None:
86 map = {}
87 for skill in cls.getSkillList():
88 map[skill.ID] = skill
89
90 cls.__itemIDMap = map
91
92 return cls.__itemIDMap
93
94 @classmethod
95 def getSkillNameMap(cls):

Callers 3

initMethod · 0.95
getSkillMethod · 0.95
itemMethod · 0.80

Calls 1

getSkillListMethod · 0.80

Tested by

no test coverage detected