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

Method getSkillList

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

Source from the content-addressed store, hash-verified

75
76 @classmethod
77 def getSkillList(cls):
78 if cls.__itemList is None:
79 cls.__itemList = eos.db.getItemsByCategory("Skill")
80
81 return cls.__itemList
82
83 @classmethod
84 def getSkillIDMap(cls):

Callers 3

__init__Method · 0.95
getSkillIDMapMethod · 0.80
getSkillNameMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected