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

Method backupSkills

service/character.py:211–214  ·  view source on GitHub ↗
(path, saveFmt, activeFit, callback)

Source from the content-addressed store, hash-verified

209
210 @staticmethod
211 def backupSkills(path, saveFmt, activeFit, callback):
212 thread = SkillBackupThread(path, saveFmt, activeFit, callback)
213 pyfalog.debug("Starting backup skills thread.")
214 thread.start()
215
216 @staticmethod
217 def importCharacter(path, callback):

Callers 1

exportSkillsNeededMethod · 0.80

Calls 1

SkillBackupThreadClass · 0.85

Tested by

no test coverage detected