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

Method importCharacter

service/character.py:217–220  ·  view source on GitHub ↗
(path, callback)

Source from the content-addressed store, hash-verified

215
216 @staticmethod
217 def importCharacter(path, callback):
218 thread = CharacterImportThread(path, callback)
219 pyfalog.debug("Starting import character thread.")
220 thread.start()
221
222 @staticmethod
223 def all0():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected