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

Method apiUpdateCharSheet

service/character.py:392–395  ·  view source on GitHub ↗
(charID, skills, securitystatus)

Source from the content-addressed store, hash-verified

390
391 @staticmethod
392 def apiUpdateCharSheet(charID, skills, securitystatus):
393 char = eos.db.getCharacter(charID)
394 char.apiUpdateCharSheet(skills, securitystatus)
395 eos.db.commit()
396
397 @classmethod
398 def changeLevel(cls, charID, skillID, level, persist=False, ifHigher=False):

Callers 1

runMethod · 0.45

Calls 1

getCharacterMethod · 0.80

Tested by

no test coverage detected