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

Method __init__

service/character.py:49–54  ·  view source on GitHub ↗
(self, paths, callback)

Source from the content-addressed store, hash-verified

47class CharacterImportThread(threading.Thread):
48
49 def __init__(self, paths, callback):
50 threading.Thread.__init__(self)
51 self.name = "CharacterImport"
52 self.paths = paths
53 self.callback = callback
54 self.running = True
55
56 def run(self):
57 paths = self.paths

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected