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

Method revertCharacter

service/character.py:269–272  ·  view source on GitHub ↗

Rollback edited skills

(charID)

Source from the content-addressed store, hash-verified

267
268 @staticmethod
269 def revertCharacter(charID):
270 """Rollback edited skills"""
271 char = eos.db.getCharacter(charID)
272 char.revertLevels()
273
274 @staticmethod
275 def getSkillGroups():

Callers 2

revertCharMethod · 0.80
revertCharMethod · 0.80

Calls 2

getCharacterMethod · 0.80
revertLevelsMethod · 0.80

Tested by

no test coverage detected