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

Method skills

eos/saveddata/character.py:200–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198
199 @property
200 def skills(self):
201 return self.__skills
202
203 def addSkill(self, skill):
204 if skill.itemID in self.__skillIdMap:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected